upgrade kotlin-compiler: 20161108.133759-248
This commit is contained in:
@@ -15,7 +15,7 @@ apply plugin: 'java'
|
|||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
|
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)
|
// (gets applied to this project and all its subprojects)
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public K2NativeCompilerArguments(K2NativeCompilerArguments arguments) {
|
public K2NativeCompilerArguments(K2NativeCompilerArguments arguments) {
|
||||||
super(arguments);
|
|
||||||
this.outputFile = arguments.outputFile;
|
this.outputFile = arguments.outputFile;
|
||||||
this.runtimeFile = arguments.runtimeFile;
|
this.runtimeFile = arguments.runtimeFile;
|
||||||
this.headers = arguments.headers;
|
this.headers = arguments.headers;
|
||||||
|
|||||||
Reference in New Issue
Block a user