June 2017
Intermediate to advanced
400 pages
8h 44m
English
In Intellij IDEA, import your Kotlin project, if you haven't already. Right-click on the /src/main/kotlin/ folder and navigate to New | Kotlin File/Class, as shown in the following figure:

In the following dialog, name the file Launcher and then click on OK. You should now see the Launcher.kt file in the Project pane. Double-click on it to open the editor. Write the following "Hello World" Kotlin code, as shown here, and then run it by clicking on the K icon in the gutter:

This ...
Read now
Unlock full access