Let's walk through the following steps to create an Android project with Kotlin support:
- First, we need to open Android Studio on our development machine. If you don't already have Android Studio installed, you can find the download and installation instructions at https://developer.android.com/studio/install.
- Select Start a new Android Studio project.
- Select Empty Activity, and then click Next, shown as follows:
- Update your project Name, Package name, and Save location, as shown in the following screenshot:
- Ensure that Kotlin is selected in the Language drop-down menu, and then click Finish ...