Kotlin is a programming language adopted by Google as the official language for Android app development.

The features of Kotlin are as follows.

・Official language for Android app development

・Code is concise

・Highly safe

・Compatible with Java

・Object-oriented language

If you create your app in Android Studio, you’ll find it in the MainActivity.kt of your project.

To add a Kotlin file, right click on the target folder as below.