Basic Kotlin/Native Application

https://kotlinlang.org/docs/tutorials/native/basic-kotlin-native-app.html Obtaining the compiler Kotlin/Native is available for macOS, Linux and Windows. Depending on the operating system we’re working on, we’ll need to download the correct compiler. While cross-platform compilation is possible (i.e. using one platform to compile for another), in this first tutorial we’re going to compile for the same operating system we’re running […]