Move contents of stdlib-jdk7/8 into stdlib
#KT-51907
This commit is contained in:
@@ -31,6 +31,18 @@ module kotlin.stdlib {
|
||||
exports kotlin.jvm.internal;
|
||||
exports kotlin.jvm.internal.markers;
|
||||
|
||||
// JDK 7
|
||||
exports kotlin.jdk7;
|
||||
exports kotlin.io.path;
|
||||
|
||||
// JDK 8
|
||||
exports kotlin.jvm.optionals;
|
||||
exports kotlin.jvm.jdk8;
|
||||
exports kotlin.collections.jdk8;
|
||||
exports kotlin.streams.jdk8;
|
||||
exports kotlin.text.jdk8;
|
||||
exports kotlin.time.jdk8;
|
||||
|
||||
// Open packages with .kotlin_builtins files to kotlin-reflect, to allow reflection to load built-in declarations from there
|
||||
opens kotlin to kotlin.reflect;
|
||||
opens kotlin.annotation to kotlin.reflect;
|
||||
|
||||
Reference in New Issue
Block a user