From 0224672c63e17c34a5e23a605556e3ae03efc656 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 23 Jan 2018 15:34:59 +0700 Subject: [PATCH] [build] Use Kotlin 1.2.20 for building --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 160a3bc193a..a0873dc1260 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # # A version of the Kotlin "toolchain" (compiler, runtime, stdlib etc) used by the build script. -buildKotlinVersion=1.2.0 +buildKotlinVersion=1.2.20 remoteRoot=konan_tests #kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT # Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_120_Compiler