5

Any opinion on Kotlin? Does it have any advantages over Java for Android Development? 🤔

Comments
  • 2
    Null handling is much better and I think it's not as bloated
  • 4
    Doesn't force object oriented either which is nice. Also check out anko, between kotlin and anko I halved the lines in some classes while actually adding features...
Add Comment