Hacker News new | ask | show | jobs
by dfabulich 3326 days ago
Today, Android cross-compiles JVM bytecode to its own non-JVM bytecode; I'd assume they'll continue using a two-stage approach for Kotlin.
1 comments

Kotlin claims future capability for "Native" applications. I assume that this is separate from "Android" applications, even if these are compiled to native instructions.
Correct, they are working on targeting LLVM