Kotlin Programming By Example
上QQ阅读APP看书,第一时间看更新

Installing the command-line compiler on Windows

In order to use the Kotlin command-line compilers on Windows:

  1. Download a GitHub release of the software from https://github.com/JetBrains/kotlin/releases/tag/v1.2.30
  2. Locate and unzip the downloaded file
  1. Open the extracted kotlinc\bin folder
  2. Start the command prompt with the folder path

You can now make use of the Kotlin compiler from your command line.