Kotlin

Kotlin is a statically typed programming language developed by JetBrains for the Java Virtual Machine (JVM), Android, and JavaScript. It offers concise syntax, null safety, and interoperability with existing Java code, making it easier to write expressive and safe code. Kotlin is officially supported by Google as a first-class language for Android development.

chevron-down