

Wait for the environment variables window to open.Įnter “ KOTLIN_HOME” as variable name.

Then type “ env”.Ĭlick on the Edit environment variables for your account shortcut. We need to set up an environment variable that will point to our Kotlin installation.Ĭlick on the search button.

This extracts all kotlin files under C:\Users\Downlinko\tools\kotlin\kotlinc.įrom now on we refer to this location as. In this example, we extract in C:\Users\Downlinko\tools\kotlin.Ĭlick on Extract. Select an extract destination for the Kotlin files. Open the location of the downloaded installer. Go to the Kotlin Latest Release page on GitHub.Ĭlick on the kotlin-compiler-X.X.X.zip link under the Assets section.Īt the time of writing the latest stable Kotlin release was version 1.2.61. Check following post which details how to install a JDK on Windows 10. If you do not have a Java Development Kit installed on your system. The above command prints the installed JDK version.įor Kotlin you need JDK version 1.6 or higher. On Windows 7 click on the Windows button. So let’s check if you have one configured on your system.Ĭlick on the search button. Kotlin originated at JetBrains and has been open source since 2012. You can write Kotlin and Java code in the same project and they’ll work hand in hand. It runs on the Java Virtual Machine (JVM) but also provides the ability to target JavaScript.Ī key aspect of Kotlin is the interoperability with Java. …and how to configure it so you can use it from command line. In this guide, you’ll learn how to download the compiler… So you want to download and install Kotlin on Windows? How to Download and Install Kotlin on Windows
