The inclusion of the kotlin-native compiler toolchain resolves T8438. This distribution of the toolchain includes the following targets:
- Android arm32 and arm64
- Linux arm32_hfp, arm64, mips32, mipsel32, x64, and wasm32
- WebAssembly (wasm32)
Differential D7503
Initial commit of kotlin-native Authored by • serebit on Oct 26 2019, 11:42 PM. Tags Referenced Files
Subscribers
Details
The inclusion of the kotlin-native compiler toolchain resolves T8438. This distribution of the toolchain includes the following targets:
Compiled and ran a hello world program using the linux_x64 target, and generated a klib interop file for libusb using the cinterop tool.
Diff Detail
Event TimelineComment Actions Of note:
|