What does Kotlin compile down to? When targeting the JVM, Kotlin produces Java compatible bytecode . When targeting JavaScript, Kotlin transpiles to ES5.
What is Kotlin compiled to?
What does Kotlin compile down to? When targeting the JVM, Kotlin produces Java compatible bytecode . When targeting JavaScript, Kotlin transpiles to ES5.