What flaws has the language Kotlin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

What flaws has the language Kotlin?

The most ugly aspect of kotlin is that it's classes, though still passed by reference, are declared FINAL by default which makes it unable to make changes to the value of the Base class from any class that extends it. The devs should find a way to change that else converting from Java to kotlin will be a nightmare since the feature remains in Java @kotlin Be statically typed, suppress the getter and setter and also declare all the classes to be final But by the end of the KotliN madness, Java will take over

23rd May 2017, 11:12 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
4 Answers
+ 11
missing the beauty of the classical Java
23rd May 2017, 11:39 PM
NimWing Yuan
NimWing Yuan - avatar
+ 9
kotlin may come with different improvements but Java is still Java
23rd May 2017, 11:15 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 7
Java is already hard, imagine kotlin
24th May 2017, 12:11 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 5
thanks for the insight
23rd May 2017, 11:19 PM
Malcolm Lofton
Malcolm Lofton - avatar