Kotlin Native 0.2 Release
Nikolay IgottiI would like to announce release of Kotlin/Native v0.2, with the following changes:
- Added support for coroutines
- Fixed most stdlib incompatibilities
- Improved memory management performance
- Cross-module inline function support
- Unicode support independent from installed system locales
- Interoperability improvements
- file-based filtering in definition file
- stateless lambdas could be used as C callbacks
- any Unicode string could be passed to C function
- Very basic debugging support
- Improve compilation and linking performance
One could download binaries from
- http://download.jetbrains.com/kotlin/native/kotlin-native-linux-0.2.tar.gz
- http://download.jetbrains.com/kotlin/native/kotlin-native-macos-0.2.tar.gz for Linux and Mac hosts respectively. Please report issues using https://youtrack.jetbrains.com/issues/KT (subsystem Native).