Image created by Author using Dall-E and Canva

Member-only story

Hello, Kotlin Friends (Kotlin Tutorial #0)

Developers Tutorials

--

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:
Screenshot from Author
  • 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):
Screenshot from Author
  • In the next window, select the “Target JVM version”. In our case, we will use JVM v17:
Screenshot from Author

How To To Print “Hello, Kotlin Friends!”

  • A new window will be opened after…

--

--

Developers Tutorials
Developers Tutorials

Responses (5)