From the course: Kotlin Essential Training: Functions, Collections, and I/O
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Installing IntelliJ IDEA for Windows - Kotlin Tutorial
From the course: Kotlin Essential Training: Functions, Collections, and I/O
Installing IntelliJ IDEA for Windows
- Before we can start writing Kotlin code with IntelliJ, we'll first need to download and install one of the available versions of the IDE. Now, let's go through the IntelliJ installation process for Windows. Whether you want to install the Community or Ultimate Edition, there are two primary ways to download IntelliJ. Directly from the browser or by using JetBrains Toolbox. If you aren't familiar, JetBrains Toolbox is an application for managing the installation and updates for any JetBrains-based IDE. It's a very helpful tool if you're using IntelliJ, Android Studio or any other JetBrains IDE. We won't walk through the installation of JetBrains Toolbox itself in this course. However, if already using JetBrains Toolbox, you can use it to install IntelliJ by opening JetBrains Toolbox, scrolling through the available list of IDEs and locating IntelliJ IDEA Community Edition or Ultimate Edition. Once located, you can…