Is there any multiplatform project template, that ...
# multiplatform
k
Is there any multiplatform project template, that doesn't require android sdk in system?
k
For what targets? Non-android JVM?
k
the mobile multiplatform library template in idea uses jvm, not Android
there's also templates that aren't specificically mobile
k
E.g. any 2 targets except android that could be build on windows PC.
https://github.com/Kotlin/mpp-example requires android and xcode just to import gradle projects properly.