https://kotlinlang.org logo
e

enighma

01/26/2017, 9:03 PM
@tipsy Ok I see your point. So in that case I would focus on where Kotlin shines through. The elvis operator is a given win. All the nested null checks of java is a pain. I pure S-B-S comparison is a harder sell, rather I would focus on what is more elegantly in Kotlin. The
when
statements is another cool thing.