Remove unneeded default imports in stdlib and tests
This commit is contained in:
@@ -94,9 +94,6 @@ fun List<MemberBuilder>.writeTo(file: File, platformSource: PlatformSourceFile)
|
||||
writer.appendln("import withType")
|
||||
}
|
||||
}
|
||||
writer.appendln("import kotlin.*")
|
||||
writer.appendln("import kotlin.text.*")
|
||||
writer.appendln("import kotlin.comparisons.*")
|
||||
if (platform == Platform.Common) {
|
||||
writer.appendln("import kotlin.random.*")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user