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
kevindmoore
07/23/2021, 4:26 PM
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
andylamax
07/25/2021, 10:42 AM
I remember it being a problem for Android studio, but not for IntelliJ. However, recent versions of AS also work flawlessly with KMP
andylamax
07/25/2021, 10:42 AM
Just check to see if your gradle syncs correctly. IDEA goes berserk when gradle sync fails