From 16e4107deefe07a7682f615d23e17a2569bc52d9 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Thu, 17 Nov 2016 12:37:42 +0300 Subject: [PATCH] kotlin-compiler: 1.1-20161116.235936-256 --- 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 0179e97f8e5..6c1be6d58d9 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'java' apply plugin: 'kotlin' apply plugin: org.jetbrains.kotlin.NativeInteropPlugin -String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161111.171344-253' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161116.235936-256' // (gets applied to this project and all its subprojects)