2025-06-23 16:30:02 +00:00

30 lines
951 B
JSON

{
"version": "2.2.0",
"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/v2.2.0/kotlin-compiler-2.2.0.zip",
"hash": "1adb6f1a5845ba0aa5a59e412e44c8e405236b957de1a9683619f1dca3b16932",
"extract_dir": "kotlinc",
"bin": [
"bin\\kapt.bat",
"bin\\kotlin.bat",
"bin\\kotlinc.bat",
"bin\\kotlinc-js.bat",
"bin\\kotlinc-jvm.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"
}
}