mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
19 lines
526 B
JSON
19 lines
526 B
JSON
{
|
|
"homepage": "http://kotlinlang.org/",
|
|
"version": "1.0.3",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.0.3/kotlin-compiler-1.0.3.zip",
|
|
"hash": "37615f1d63e8500cd33c7f3e60b715263f65189d6d8f25defba78968c896dc97",
|
|
"extract_dir": "kotlinc",
|
|
"bin": [
|
|
"bin\\kotlin.bat",
|
|
"bin\\kotlinc.bat",
|
|
"bin\\kotlinc-js.bat",
|
|
"bin\\kotlinc-jvm.bat"
|
|
],
|
|
"set_env": {
|
|
"KOTLIN_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|