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)