diff --git a/kotlin.json b/kotlin.json index d38af160f2..8f2b7d7ef6 100644 --- a/kotlin.json +++ b/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"