mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
30 lines
830 B
JSON
30 lines
830 B
JSON
{
|
|
"homepage": "https://kotlinlang.org/",
|
|
"version": "1.3.31",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.31/kotlin-compiler-1.3.31.zip",
|
|
"hash": "107325d56315af4f59ff28db6837d03c2660088e3efeb7d4e41f3e01bb848d6a",
|
|
"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"
|
|
}
|
|
}
|