mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
Update kotlin to version 1.1
This commit is contained in:
parent
08daca0e7f
commit
92a5f2baf2
11
kotlin.json
11
kotlin.json
@ -1,9 +1,9 @@
|
||||
{
|
||||
"homepage": "http://kotlinlang.org/",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1",
|
||||
"license": "Apache 2.0",
|
||||
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.0.6/kotlin-compiler-1.0.6.zip",
|
||||
"hash": "42a20b72d1e90f9efa9d13aab97559f478cc32b7c2e6da8569cdc3741a8e14b6",
|
||||
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.1/kotlin-compiler-1.1.zip",
|
||||
"hash": "aa44db28bf3ccdae8842b6b92bec5991eb430a80e580aafbc6a044678a2f359d",
|
||||
"extract_dir": "kotlinc",
|
||||
"bin": [
|
||||
"bin\\kotlin.bat",
|
||||
@ -15,7 +15,10 @@
|
||||
"KOTLIN_HOME": "$dir"
|
||||
},
|
||||
"suggest": {
|
||||
"JDK": [ "extras/oraclejdk", "openjdk" ]
|
||||
"JDK": [
|
||||
"extras/oraclejdk",
|
||||
"openjdk"
|
||||
]
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/JetBrains/kotlin"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user