From 92419cac2138e8e478c9667e92ee3535dfbe0d8b Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Mon, 27 Aug 2018 23:14:32 +0300 Subject: [PATCH] Update testKotlinVersion to 1.3 with fixes to tests --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7c5b2429c69..35a9bd573dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,6 @@ remoteRoot=konan_tests testDataVersion=1226829:id kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_13M2_CompilerAllPlugins),number:1.3-M2-eap-105,tag:kotlin-native,pinned:true/artifacts/content/maven kotlinVersion=1.3-M2-eap-105 -testKotlinVersion=1.3-M2-eap-33 +testKotlinVersion=1.3-M2-eap-157 konanVersion=0.9 org.gradle.jvmargs='-Dfile.encoding=UTF-8'