15th Oct 2018
Kotlin is a better language for the JVM than Java
Really easy to get up and running
Simpler language than Java
Much safer than Java
No more NullPointerExceptions!
Streamlines the handling of null values
More more clean & concise than Java
100% Interoperable with Java
Kotlin & Java classes can live side by side
withContext(Dispatchers.IO) {
val result = queryDatabase().await()
}