
Kotlin is the official programming language for Android. Android studio 3.0 support the Kotlin,
so upgrade your Android studio to 3.x and follow the below steps to start Kotlin development.
Step 1
File-> New -> New Project…

Step 2
Provide the application name, domain, project location. select “Include Kotlin Support”.

Step 3
Select the android API level.

Step 4
Select the Android Activity Layout.

Step 5
Click “Finish” button and wait, it will create Kotlin project for you.


Step 6
Now Run the project in Emulator.

Leave a Reply