Kotlin

Creating a new project

  1. Open Android Studio and select New Project from the File menu.
  2. Set the Minimum SDK for the app to be API 24 (Android 7.0, Nougat).
  3. Proceed through the project setup wizard:
    • Choose Empty Activity as the template.
    • Make sure the Language is set to Kotlin.
    • Leave the Activity Name as MainActivity.