There are two plugins, "org.jetbrains.kotlin.konan" and "org.jetbrains.kotlin.multiplatform".
What's the difference between them?
From here: https://kotlinlang.org/docs/tutorials/native/gradle-for-kotlin-native.html, it use "konan".
But when I use IDEA 2018.3.4 to create a new Kotlin/Native project, it use "kotlin-multiplatform".
BTW:
kotlin-multiplatform 1.3.21 auto download kotlin-native-macos-1.1.2.(I expect the latest 1.3.11!)
Please use org.jetbrains.kotlin.multiplatform - it is the the plugin which is being developed and is supported in tooling.
Thanks.
Is this multiplatform also planned to some how install cinterop. It's now only in windows ~/.konan/kotlin/kotlin-native-windows-1.1.2/bin
Most helpful comment
Please use org.jetbrains.kotlin.multiplatform - it is the the plugin which is being developed and is supported in tooling.