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:
Ilya Gorbunov
2017-12-13 00:37:15 +03:00
parent cfc940af66
commit 70236d4824
48 changed files with 87 additions and 6 deletions
@@ -1,7 +1,7 @@
@file:JvmVersion
package kotlin.internal
import java.io.Closeable
import kotlin.*
import java.util.regex.MatchResult
internal open class PlatformImplementations {