diff --git a/backend.native/build.gradle b/backend.native/build.gradle index fd23c8cc14a..22b1c11b0db 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-20161102.121224-247' +String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161108.133759-248' // (gets applied to this project and all its subprojects) diff --git a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java index 45953e41d4e..f0fbbd0518f 100644 --- a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java +++ b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java @@ -22,7 +22,6 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments { } public K2NativeCompilerArguments(K2NativeCompilerArguments arguments) { - super(arguments); this.outputFile = arguments.outputFile; this.runtimeFile = arguments.runtimeFile; this.headers = arguments.headers;