IntelliJ IDEA 2017.3 Help

Creating Kotlin-JVM Project

To create a Kotlin-JVM project, follow these steps

  1. On the main menu, choose File | New | Project.
  2. In the New Project dialog box, select the project type Kotlin-JVM.
  3. Click Next.
  4. On the next page of the wizard, specify the following:
    • Project name and location.
    • Kotlin runtime library. Select the desired library from the drop-down list, or, if missing, click Create.

    If necessary, click rightArrowInMenu (More settings)and specify the settings as required.

  5. Click Finish.

The project is created and opens in a window according to your choice.

Last modified: 6 March 2018

See Also