From 3338014bce258408fe1527ffe69d8ca2f5d62f10 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Thu, 13 Sep 2018 19:03:41 +0300 Subject: [PATCH] increase Kotlin/Native version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 453d09d17ba..7ee8f15f453 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ testDataVersion=1226829:id kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_Compiler),number:1.3.0-rc-6,branch:(default:any)/artifacts/content/maven kotlinVersion=1.3.0-rc-6 testKotlinVersion=1.3.0-rc-6 -konanVersion=0.9 +konanVersion=0.9.1 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4