native doesn't work with the multiplatform support...
# kotlin-native
j
native doesn't work with the multiplatform support yet
We don't have Slack history, sadly, but I was told basically the opposite by someone at JetBrains on here when I attempted to get this working in August.
m
But AFAIK Kotlin/JVM announced multiplatform support in 1.2 version, and Kotlin/Native based on 1.1.x ?
j
Multiplatform support works in 1.1
n
That would be the old multiplatform system (experimental one using internal APIs).
o
guess there's some misunderstanding, what was likely told, that Gradle plugin doesn't support multiplatform, while compiler does
and frontend version follows version in K/J with 1-2 weeks lag
n
What build systems are available that would be able to support Kotlin and its multi-platform system with some effort?
o
any build system, where you manually invoke
kotlinc
and
konanc
depending on the target, i.e. CMake, for example
j
Ah, got it. Thanks for clarification. I guess I'll try to hack together my own Gradle tasks to do it for now.
👍 2