https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

solidogen

12/01/2020, 11:37 PM
JVM backend module sees common classes only inside androidMain - like commonMain and jvmMain do not exist. JS app and Android app modules work fine with commonMain code. Any idea what could go wrong? Android Studio tells me to add dependency on common.commonMain, but of course it doesn't work
Those are most likely false positives caused by Android Studio gradle plugin. Happens in linux. Building within Gradle in terminal works
s

solidogen

12/03/2020, 8:44 PM
Thanks for the link, I'll try this workaround with commenting android module, so I can actually develop server app :)
👍 1