Kotlin/Native team is pleased to announce release ...
# kotlin-native
o
Kotlin/Native team is pleased to announce release v0.4 (KotlinConf 2017 release) of our toolchain. This is a major update, including the following features: * Objective-C frameworks interop for iOS and OSX targets * Platform API libraries for Linux, iOS, OSX and Windows * Kotlin 1.2 supported *
val
and function parameters can be inspected in debugger * Experimental support for WebAssembly (wasm32 target) * Linux MIPS support (little and big endian, mips and mipsel targets) * Gradle plugin DSL fully reworked * Support for unit testing annotations and automatic test runner generation * Final executable size reduced * Various interop improvements (forward declaration, better handling of unsupported types) * Workers object subgraph transfer checks implemented * Optimized low level memory management using more efficient cycle tracing algorithm With v0.4 iOS/OSX targets could finally be used with the full power of platform framework, so you may start developing apps. Please let us know your experience, we worked very hard to provide you this release. Binaries can be downloaded from the following links: * http://download.jetbrains.com/kotlin/native/kotlin-native-macos-0.4.tar.gz * http://download.jetbrains.com/kotlin/native/kotlin-native-linux-0.4.tar.gz * http://download.jetbrains.com/kotlin/native/kotlin-native-windows-0.4.zip GitHub release page is https://github.com/JetBrains/kotlin-native/releases/tag/v0.4.
❤️ 5
🎉 16
s
congrats for the release!
s
Thanks for the Web Assembly support, can wait to try it !!!