mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
31 lines
946 B
JSON
31 lines
946 B
JSON
{
|
|
"homepage": "https://kotlinlang.org/",
|
|
"description": "A cross-platform, statically typed, general-purpose programming language with type inference.",
|
|
"version": "1.3.71",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.71/kotlin-compiler-1.3.71.zip",
|
|
"hash": "7adb77dad99c6d2f7bde9f8bafe4c6244a04587a8e36e62b074d00eda9f8e74a",
|
|
"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"
|
|
}
|
|
}
|