+summary : Standalone compiler toolchain for native Kotlin applications and libraries
+description: |
+ Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
+
+ Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), or where developer is willing to produce reasonably-sized self-contained program without need to ship an additional execution runtime.
+networking : true
+environment: |
+ # prevents Gradle wrapper from failing to extract to ~/.gradle
+ export GRADLE_USER_HOME=$PWD/.gradle
+ # prevents Java from failing to create ~/.java
+ export HOME=$PWD/.home
+ # prevents Konan from failing to create ~/.konan
+ <Summary xml:lang="en">Standalone compiler toolchain for native Kotlin applications and libraries</Summary>
+ <Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
+
+Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), or where developer is willing to produce reasonably-sized self-contained program without need to ship an additional execution runtime.
+ <Summary xml:lang="en">Standalone compiler toolchain for native Kotlin applications and libraries</Summary>
+ <Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
+
+Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), or where developer is willing to produce reasonably-sized self-contained program without need to ship an additional execution runtime.