From ce059ac54bab3ad0a7038800faa67012c8dc64e6 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 21 Nov 2016 18:41:46 +0300 Subject: [PATCH] kotlin-compiler: .1-20161121.132728-268 --- 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 85a91ca690e..2f167a98755 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-20161116.235936-256' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161121.132728-268' // (gets applied to this project and all its subprojects)