Kotlin/Native team would like to announce bugfix r...
# kotlin-native
o
Kotlin/Native team would like to announce bugfix release v0.3.1, see https://github.com/JetBrains/kotlin-native/releases/tag/v0.3.1, also binaries could be downloaded from * https://download.jetbrains.com/kotlin/native/kotlin-native-macos-0.3.1.tar.gz * https://download.jetbrains.com/kotlin/native/kotlin-native-linux-0.3.1.tar.gz * https://download.jetbrains.com/kotlin/native/kotlin-native-windows-0.3.1.tar.gz Changes includes: * Improvements in C interop tools (function pointers, bitfields, bugfixes) * Improvements to Gradle plugin and dependency downloader * Support for immutable data linked into an executable via ImmutableDataBlob class * Kotlin 1.1.4 supported * Basic variable inspection support in the debugger * Some performance improvements (“for” loops, memory management) * .klib improvements (keep options from .def file, faster inline handling) * experimental workers API added
🎉 10