Introduction to Kotlin
Creating your first Android application in Kotlin
2023-10-07

In this code lab, you will learn how to create and run your first Android app in the Kotlin programming language.
Kotlin is a statically-typed programming language that runs in the JVM and is fully interoperable with the Java programming language. Kotlin is officially supported by Google for developing Android apps with Java.
Kotlin