Remove java.util references from the common code
This commit is contained in:
@@ -81,8 +81,8 @@ private fun List<ConcreteFunction>.writeTo(file: File, sourceFile: SourceFile) {
|
||||
writer.append("@file:kotlin.jvm.JvmName(\"${sourceFile.jvmClassName}\")\n\n")
|
||||
writer.append("package ${sourceFile.packageName ?: "kotlin"}\n\n")
|
||||
writer.append("$COMMON_AUTOGENERATED_WARNING\n\n")
|
||||
writer.append("import kotlin.comparisons.*\n")
|
||||
writer.append("import java.util.*\n\n")
|
||||
writer.append("import kotlin.comparisons.*\n\n")
|
||||
|
||||
for (f in this) {
|
||||
f.textBuilder(writer)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user