@channel Kotlin/Native team is pleased to announce...
# kotlin-native
o
@channel Kotlin/Native team is pleased to announce release v0.9 of our toolchain. This is a major release, including the following features: * Support Kotlin 1.3-M2 * Major standard library (native parts) rework and rename * New Gradle plugin with multiplatform integration and reworked DSL * Support unsigned types in Kotlin and interop * Support non-experimental coroutines API (kotlin.coroutines) * Top level object var/val can only be accessed from the main thread * Support lazy properties in singleton objects * Update LLVM to 6.0.1 Binaries can be downloaded from the following links: https://download.jetbrains.com/kotlin/native/builds/releases/0.9/macos/kotlin-native-macos-0.9.tar.gz https://download.jetbrains.com/kotlin/native/builds/releases/0.9/linux/kotlin-native-linux-0.9.tar.gz https://download.jetbrains.com/kotlin/native/builds/releases/0.9/windows/kotlin-native-windows-0.9.zip GitHub release page is https://github.com/JetBrains/kotlin-native/releases/tag/v0.9.
👌 2
🎉 3
👏 4
r
Just to be clear, the gradle plugin refers to the new
kotlin-multiplatform
one? Or to
kotlin-platform-native
? It’s starting to get confusing what “new plugin” means with everything changing so fast.
o
yeah, we’re
talking kotlin-platform-native
here