How To Create Project in Android Studio using Kotlin
Hello, Android developer today I will tell you how to create a project in android studio using Kotlin.in 2017 google announced that the Kotlin programming language is now officially supported for android app development using the android studio at Google i/o.
If you use Android Studio 3.0 or above version then Kotlin plugin already bundled with android studio.follow the below process to use Kotlin to develop android application.
Step 1: First open Android studio on your computer.
Step 2: in the Welcome to Android Studio Windows, Now Select Start a new Android Studio Project.
Step 3: Next screen select the Empty Activity and press next button.
Step 4: in the Configure your project window, enter your application name / project name in the Name field.
Step 5: Now select Kotlin from the language drop down menu.
Step 6: next select minimum api . now simple click on finish button.
Step 7: That’s it.