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
@@ -2,13 +2,4 @@
module kotlin.stdlib.jdk8 {
requires transitive kotlin.stdlib;
requires kotlin.stdlib.jdk7;
exports kotlin.jvm.optionals;
exports kotlin.jvm.jdk8;
exports kotlin.collections.jdk8;
exports kotlin.streams.jdk8;
exports kotlin.text.jdk8;
exports kotlin.time.jdk8;
opens kotlin.internal.jdk8 to kotlin.stdlib;
}