|
|
|
|
|
by hv42
2328 days ago
|
|
While some of the features in Kotlin are slowly coming to Java, that also means that one has to update Java (while you can use all the new kotlin while still targeting Java 8). Some features like named parameters or null checking might probably never make it to Java. There is a nice talk about this that compares Kotlin to what will be in Java 19: https://youtu.be/te3OU9fxC8U |
|