Hacker News new | ask | show | jobs
by hyperpallium 3325 days ago
Bit of an aside, but is the Kotlin compiler itself runnable on JVMs supporting Java 6? So you could compile on an Android device.
2 comments

It's supported all the way down to java 6.
I think you need JDK8 to compile Kotlin, but I'm not 100% sure.