upgrade kotlin-compiler: 20161108.133759-248

This commit is contained in:
Vasily Levchenko
2016-11-08 17:38:09 +03:00
parent a7bef2d0ee
commit 5b7d0257e8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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)
@@ -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;