@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.