There is various IDE available that supports Kotlin project development like, Eclipse, Android Studio, IntelliJ IDEA, etc. We can also use code editors like notepad++, Visual Studio Code, etc. to write our Kotlin code. But for this tutorial series, we will be using IntelliJ IDEA.
The following steps will guide you on how to set up IntelliJ IDEA in your system
You can download IntelliJ from this link- download link
Since Kotlin runs on JVM, so we need to have JDK(Java Development Kit) installed on our computer. To check whether JDK is installed on your pc or not, open the command prompt or Windows PowerShell and type java –version, and press enter. It should show somewhat similar as shown below.
If JDK is not installed in your system. You have to install it. You can install it by following the steps explained in the Installation of JDK
Post a Comment
No Comments