Add kotlin.comparisons package to default imports.
This commit is contained in:
@@ -45,6 +45,7 @@ abstract class TargetPlatform(val platformName: String) {
|
||||
add(ImportPath("kotlin.ranges.*"))
|
||||
add(ImportPath("kotlin.sequences.*"))
|
||||
add(ImportPath("kotlin.text.*"))
|
||||
add(ImportPath("kotlin.comparisons.*"))
|
||||
add(ImportPath("kotlin.io.*"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user