Hey guys, I am trying to compile a Kotlin/Native p...
# kotlin-native
p
Hey guys, I am trying to compile a Kotlin/Native project for the JVM and MacOS. I have the source code, but no build configuration. Are there any tutorials on how to create the correct configuration?
a
I think this document should help(https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html)Also, there is a
Multiplatform Library | Gradle
template in the IDEA.