Configure Android Studio 2.3.2 for Kotlin
Step Number 1 : Check the Android Studio version of your machine.My android studio version is 2.2.3 and it' s a stability release of android studio.So I did this tutorial for android studio 2.2.3 Step Number 2 : In your android studio go to File -> Settings -> Plugins and click Browse Repositories and then search for Kotlin Click the "Install" button. After that we need to restart Android Studio to complete installation. Step Number 3 : Create a simple Android Studio project. In your Android Studio go to File -> New -> New Project Enter the details, Apllication name as a My First Kotlin Dev and Company domain fill as a com.prihanofficial.You can put your own Apllication name and Company domain to your project and select "Next" Button. Click "Next" Button Select a Empty Activity and click "Next" Button Click on the "Finish" button St...