2024-05-07 12:32:37 +00:00

31 lines
988 B
JSON

{
"version": "1.9.24",
"description": "A cross-platform, statically typed, general-purpose programming language with type inference.",
"homepage": "https://kotlinlang.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.9.24/kotlin-compiler-1.9.24.zip",
"hash": "eb7b68e01029fa67bc8d060ee54c12018f2c60ddc438cf21db14517229aa693b",
"extract_dir": "kotlinc",
"bin": [
"bin\\kapt.bat",
"bin\\kotlin.bat",
"bin\\kotlinc.bat",
"bin\\kotlinc-js.bat",
"bin\\kotlinc-jvm.bat",
"bin\\kotlin-dce-js.bat"
],
"env_set": {
"KOTLIN_HOME": "$dir"
},
"checkver": {
"url": "https://kotlinlang.org/docs/releases.html",
"regex": ">([\\d.]+)</b"
},
"autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
}
}