Slide 10
Slide 10 text
Benefits of Kotlin
> 100% interoperable with Java
> Android Studio (IntelliJ IDEA) has a Java-to-Kotlin converter
> null safety
> Immutable collections
> property delegation (lazy), extensions, data classes, sealed classes, etc.
> Coroutines ← !!