Kotlin-native: What's the difference between konan and multiplatform plugin?

Created on 15 Feb 2019  路  3Comments  路  Source: JetBrains/kotlin-native

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!)

Most helpful comment

Please use org.jetbrains.kotlin.multiplatform - it is the the plugin which is being developed and is supported in tooling.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dpomada picture dpomada  路  3Comments

benasher44 picture benasher44  路  4Comments

Marcopohlo picture Marcopohlo  路  4Comments

alastaircoote picture alastaircoote  路  3Comments

tarek360 picture tarek360  路  4Comments