Member-only story
Hello, Kotlin Friends (Kotlin Tutorial #0)
2 min readNov 4, 2023
The Simplest Program in Kotlin
NOTE: In this tutorial, we are going to use IntelliJ IDEA IDE. You can get the Community Version for free here: https://www.jetbrains.com/idea/
How To Create Our First Kotlin Project on IntelliJ IDEA
- Open IntelliJ. You should see a window like this. Select the “New Project” button:
- Fill in the “name” and “Location” fields. In our case, we will select “Console Application” as the project template. The JDK will depend on your system (you can download it from IntelliJ):
- In the next window, select the “Target JVM version”. In our case, we will use JVM v17:
How To To Print “Hello, Kotlin Friends!”
- A new window will be opened after…