Description
Native binaries can be built from Kotlin code through the LLVM backend of the Kotlin compiler.
It is useful for developers experimenting with or building Kotlin programs outside the JVM. Native builds depend on target platform support, toolchain configuration, and compatibility with the current compiler state.