Update kotlin to version 1.1

This commit is contained in:
Richard 2017-03-01 14:01:29 +01:00
parent 08daca0e7f
commit 92a5f2baf2

View File

@ -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"