====== kotlinのインストール ====== [[https://kotlinlang.org/docs/tutorials/command-line.html|Working with the Command Line Compiler]]の、 Downloading the compilerにある[[https://github.com/JetBrains/kotlin/releases/tag/v1.3.50|GitHub Releases]]からGitHubへ行く。 リンク先のGithubの最下部よりzipをダウンロードする。 (kotlin-compiler-1.3.50.zipでよい) {{:kotlin:pasted:20190828-003320.png}} zipを解凍して、「C:\Program Files\kotlinc」に置く。 環境変数の追加(ユーザーorシステム) {{:kotlin:pasted:20190828-004255.png}} pathの追加 {{:kotlin:pasted:20190828-004556.png}} パスの確認 {{:kotlin:pasted:20190828-013158.png}}