From c99baeaf5d8ae1ceea6122892baa47a0f39d1b8a Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 14 Nov 2016 14:41:22 +0300 Subject: [PATCH] kotlin-compiler: 1.1-20161111.171344-253 --- 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 4ef61dd2604..0179e97f8e5 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-20161108.133759-248' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161111.171344-253' // (gets applied to this project and all its subprojects)