Move contents of stdlib-jdk7/8 into stdlib

#KT-51907
This commit is contained in:
Ilya Gorbunov
2022-09-01 22:09:34 +02:00
committed by Space
parent 06f3c0567b
commit 1b6a462057
10 changed files with 142 additions and 101 deletions
@@ -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;