2025-08-14 12:33:03 +00:00

30 lines
954 B
JSON

{
"version": "2.2.10",
"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.10/kotlin-compiler-2.2.10.zip",
"hash": "302d1d8e671e5c3207e6ed62ff11fb555462a628e22a1158254dcaaf7e7394bc",
"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"
}
}