A loganalyzer with Kotlin-native basic

https://kotlinlang.org/docs/reference/ If you have a basic Kotlin/Native Application good, if not look at the tutorial here: Basic Kotlin/Native Application Getting started Basics Classes and objects Functions and lambdas Etc

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 […]