has anyone managed to get a gradle kotlin multplat...
# announcements
d
has anyone managed to get a gradle kotlin multplatform project working correctly in intellij? For some reason intellij only sees the jvmMain and jvmTest source sets as source and commonMain etc don’t seem to work very well, for example intellij can’t see the dependencies that I have added to the commonMain source set
k
I'm using Android Studio but having the same problem. If I have a Kotlin section without a jvm target I get an error
a
I remember it being a problem for Android studio, but not for IntelliJ. However, recent versions of AS also work flawlessly with KMP
Just check to see if your gradle syncs correctly. IDEA goes berserk when gradle sync fails