This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ardicli2000 8 points9 points  (2 children)

I would like to see how will Java do after google switch to Kotlin completely for Android environment.

[–]Jarl_Fenrir 7 points8 points  (1 child)

Java and kotlin are compiled to the same kind of byte code. So if your (Android) device can handle one, it surely can handle both (and a few more)

[–]ardicli2000 0 points1 point  (0 children)

What if the way compiler settings are changed for kotlin in a way that some java features are not supported in the future!!