Kotlin native original intention

What is Kotlin native

kotlin provides the use of native code kotlin kotlin native libraries and interactive platform to generate native binary function
which does not include the JDK class library, can not be confused with the native and JVM

kotlin native provides the following commands:

cinterop  原生接口操作
konanc  编译器(kotlin-native的别名,柯南C)

cinterop

  • .def native interface definition
    is preferable to use a .def document describes a native library (.so), form a separate namespace

konanc

Guess you like

Origin www.cnblogs.com/develon/p/11817260.html