kotlin-playground This repository shows code examples for the differences between Java and Kotlin for demonstration purposes. Section 1 - Classes examples 01 Class example Section 2 - Exception handling 02 Exception handling Section 3 - Null Safety in Kotlin 03 Null Safety examples Section 4 - Class cast example 04 Class cast example Section 5 - DSL Example 05 DSL Example Section 6 - Range expressions 06 Range expressions Section 7 - List handling example 07 List handling example Section 8 - Coroutines 08 Coroutines Section 9 - Higher order functions and lambdas 09 Higher order functions and lambdas