Kotlin Native, kotlinnative
Kotlin Native is not a concept of Jni. It does not only need to interact with underlying Code such as C and C ++, but also needs to bypass the Jvm to directly compile the machine code for the system to run. That is to say, Kotlin is about to discard the Java crutches!
In fact, when I first saw the Native name, I naturally thought of Jni. Kotlin ran on the Jvm and it was no longer normal to use Jni to interact with the underlying code, as for such a large volume of news, after I had some understanding, I found that the Kotlin project team's ambition was not small. Java has been born for so many years, I have never compiled it into bytecode other than the Java Virtual Machine bytecode. How long does it take for Kotlin to become revolutionary.
Bytes/
Official Address
Https://blog.jetbrains.com/kotlin/2017/04/kotlinnative-tech-preview-kotlin-without-a-vm/
Https://github.com/JetBrains/kotlin-native/tree/v0.1.0