IDE Setup

IntelliJ IDEA

Kotlin was created by JetBrains, the same company behind IntelliJ IDEA. IntelliJ is one of the best tools for Kotlin and Java development.

Click here to install it.

If you see this screen after installation, just click Skip Import. IntelliJ import settings

On the first screen, click New Project. IntelliJ new project IntelliJ new project modal

Choose Kotlin as the language and enter your project name. For Build system, IntelliJ is fine for now. If you need a JDK, click “Download JDK.”

IntelliJ project If you see a clean new project window, you are ready to meet Kotlin’s magic. Before moving on, delete all default code.

IntelliJ Kotlin setup complete