olonho
11/04/2017, 4:34 PMval
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.sksk
11/04/2017, 7:16 PMsdeleuze
11/07/2017, 2:16 PM