This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Releases: JetBrains/kotlin-native
Releases · JetBrains/kotlin-native
v0.3.4
v0.3.3
v0.3.2
v0.3.1
- 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 (see
sample
)
v0.3
- Preliminary support for x86-64 Windows hosts and targets
- Support for producing native activities on 32- and 64-bit Android targets
- Extended standard library (bitsets, character classification, regular expression)
- Preliminary support for Kotlin/Native library format (.klib)
- Preliminary source-level debugging support (stepping only, no variable inspection)
- Compiler switch
-entry
to select entry point - Symbolic backtrace in runtime for unstripped binaries, for all supported targets