From 90d705aae219d4759c5795137b52e9b6f9ce9e11 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 28 Nov 2016 19:22:08 +0300 Subject: [PATCH] kotlin-compiler: 1.1-20161128.112645-274 --- 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 708671c7c16..db19800e5c8 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-20161121.132728-268' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161128.112645-274' // (gets applied to this project and all its subprojects)