mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
30 lines
830 B
JSON
30 lines
830 B
JSON
{
|
|
"homepage": "https://kotlinlang.org/",
|
|
"version": "1.2.71",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.2.71/kotlin-compiler-1.2.71.zip",
|
|
"hash": "e48292fdfed42f44230bc01f92ffd17002101d8c5aeedfa3dba3cb29c5b6ea7b",
|
|
"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": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/JetBrains/kotlin"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
|
|
}
|
|
}
|