yes, Kotlin is a strictly better designed language than Java . The type system is much better due to both function and nullable types. Knowledge of what exactly can be set to null and when helps out immensely when it comes to reasoning about the code.
Read more