Kotlin for Enterprise Applications using Java EE
上QQ阅读APP看书,第一时间看更新

Installing Kotlin on Windows

To install Kotlin on Windows, perform the following steps:

  1. Extract and set the PATH variable to include the Kotlin runtime.
  2. Check its version using the kotlin -version command.
The source code for the Kotlin project can be found at the following link:
https://github.com/JetBrains/kotlin.