another "temporary" hack
I heard of some package merging problems, testlib declares std.test package, and stdlib.jar has std package
This commit is contained in:
@@ -80,4 +80,4 @@ fun main(args: Array<String>) {
|
||||
generateFile(File(outDir, "StandardFromJavaCollections.kt"), "package std", File(srcDir, "JavaCollections.kt")) {
|
||||
it.replaceAll("java.util.Collection<T>", "Iterable<T>").replaceAll("(this.size)", "")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user