Posts

Compile Kotlin to native executables: hands on experience

Kotlin is becoming the one language you can use in every context: it can be compiled to JVM bytecode and reuse JVM libraries it can be transpiled to JavaScript and use JavaScript libraries it can now also be compiled to native code reusing native libraries While the JVM and JavaScript target are already mature, the […]