멀티 플랫폼 모듈 구현 시 모호한 actual 선언을 가진 expect 선언을 보고합니다.

예:


// common.kt
expect class Foo
// middle.kt
actual class Foo
// bottom.kt
actual class Foo