mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			988 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			988 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.21",
 | 
						|
    "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.0.21/kotlin-compiler-2.0.21.zip",
 | 
						|
    "hash": "0352c0a45bd22f80f6b26e485cd04da8047baa5de54865281fb9f89a4a7bcf2a",
 | 
						|
    "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"
 | 
						|
    }
 | 
						|
}
 |