|
|
|
|
|
by thu2111
2328 days ago
|
|
Virtual threads (Loom) are also not anything affecting bytecode generation, so Kotlin will work with them out of the box. Really, I don't get this claim Kotlin will lack Java features. Most big Java upgrades these days are at the VM level. Kotlin gets those mostly for free, once they choose to upgrade to newer bytecode features (which they are slow at doing admittedly, but that's because they're in the middle of a compiler rewrite). |
|
It also means that Kotlin on Android cannot just consume any random Java library, only those that are compatible with Android Java flavour of the month.