streem/pbandk

Which IDE supports commonJvmAndroid properly and which do you use?

Closed this issue · 1 comments

I am also using ur method of having commonJvmAndroid sources for JVM and Android as shown in https://jeroenmols.com/blog/2021/03/17/share-code-kotlin-multiplatform/

But I am facing issues with IDE support, like:
in Intellij, jvmMain doesn't recognize commonJvmMain functions [But still Builds Successfully]
in Android Studio, androidMain doesn't recognize commonJvmMain functions [But still Builds Successfully]

so was just curious if this was the case for you too, or some IDE do figure this correctly ?

even expect / actual doesnt get detected for both jvm & Android in Intellij when declared actual in commonJvmAndroid Only