Kotlin/Native
Kotlin/Nativeネイティブバイナリから呼び出せるもの
Windows系API
Mac系API
POSIX API
iOS系API
生成できるバイナリ
iOS (arm32, arm64, emulator x86_64)
macOS (x86_64)
Android (arm32, arm64)
Windows (mingw x86_64)
Linux (x86_64, arm32, MIPS, MIPS little endian)
用途
Windows, MacOS, Linux, Android, iOS向けのアプリケーションやライブラリをKotlinコードだけで書ける
以下の言語からも呼び出せる
C
Swift
参考
2018年11月5日の記事
2018年10月11日の記事