Kotlin is a general-purpose, statically typed, and open-source programming language. It runs on JVM and can be used anywhere Java is used today. It can be used to develop Android apps, server-side apps and much more.
- Kotlin is null safety language. Kotlin aimed to eliminate the NullPointerException (null reference) from the code.Interoperable.
Fundamentals
OOP
Arrays
Sets and Map
Date Time API
Scope Functions
Coroutine
Flows
Collections
Nullability