Build standard library for JVM from a single source set
Add explicit imports for kotlin.* and kotlin.text.* to prevent typealiases conflicting with their aliased types from default imports.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@file:JvmVersion
|
||||
package kotlin.internal
|
||||
|
||||
import java.io.Closeable
|
||||
import kotlin.*
|
||||
import java.util.regex.MatchResult
|
||||
|
||||
internal open class PlatformImplementations {
|
||||
|
||||
Reference in New Issue
Block a user