diff --git a/backend.native/build.gradle b/backend.native/build.gradle index db19800e5c8..7291350dff4 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-20161128.112645-274' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161201.112229-281' // (gets applied to this project and all its subprojects)