DEV Community

Discussion on: 20 Reasons to Move On from Java 8

Collapse
 
thefern profile image
Fernando B 🚀

Kotlin still runs on JVM fyi.

Thread Thread
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

The kotlin compiler has to target Java 8 bytecode because of Android. It would be more efficient it it could target newer JVM.

Kotlin programmers leverage Java libraries all the time, and those are stuck in Java 8 if they want to support Android.

Tldr: both Java and Kotlin devs would be better off if the Android framework team stopped slowing down progress of Java and the JVM.

Thread Thread
 
thefern profile image
Fernando B 🚀

Have not got caught up in the Google vs Oracle debacle but newer versions of Java now require enterprise licensing. Is the reason why we have "open jdk". Looks to me like Oracle wants to cash in big time.

The slow down could be merely a legal issue, but that's just my guess.

Some comments have been hidden by the post's author - find out more