From 28918f92f7aa865a2883d5e14d76cd1639547d2e Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Thu, 1 Dec 2016 15:25:56 +0300 Subject: [PATCH] kotlin-compiler: 1.1-20161201.112229-281 --- backend.native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/build.gradle b/backend.native/build.gradle index db19800e5c8..7291350dff4 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'java' apply plugin: 'kotlin' apply plugin: org.jetbrains.kotlin.NativeInteropPlugin -String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161128.112645-274' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161201.112229-281' // (gets applied to this project and all its subprojects)