From e1b91945d04b4cf63c14209519ba6d2ce0bda018 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Mon, 28 Nov 2016 12:05:40 +0300 Subject: [PATCH] Restore proper compiler. --- backend.native/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/backend.native/build.gradle b/backend.native/build.gradle index 34a8a7b54a1..61d60581edd 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -18,7 +18,6 @@ apply plugin: 'java' apply plugin: 'kotlin' apply plugin: org.jetbrains.kotlin.NativeInteropPlugin -String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161201.112229-281' // (gets applied to this project and all its subprojects)