{ "homepage": "https://kotlinlang.org/", "version": "1.2.10", "license": "Apache 2.0", "url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.10/kotlin-compiler-1.2.10.zip", "hash": "95874568919121acb694bec0d6c92c60bdceea53f4c202e23ab734e94a0c26e3", "extract_dir": "kotlinc", "bin": [ "bin\\kotlin.bat", "bin\\kotlinc.bat", "bin\\kotlinc-js.bat", "bin\\kotlinc-jvm.bat" ], "env_set": { "KOTLIN_HOME": "$dir" }, "suggest": { "JDK": [ "extras/oraclejdk", "openjdk" ] }, "checkver": { "github": "https://github.com/JetBrains/kotlin" }, "autoupdate": { "url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip" } }