ART is Dalvik’s “new” run time on Android and has replaced it with Android 5.0. Im really interested in Kotlin and JavaFX running on JVM v8. I'm not sure if the Kotlin compiler generates or intends to generate a bytecode version as soon as it reaches the release state of version v1.0.
So, the question is: will ART be able to run the Kotlin code and will it be able to run the Kotlin code in the future? when is the Kotlin compiler going to release Java8 bytecode? Or is ART independent of the bytecode emitted by the Kotlin compiler?
source
share