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)