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
@@ -1,10 +1,4 @@
@SuppressWarnings("module") // suppress warnings about terminal digit and exporting packages to not-yet-built kotlin-stdlib-jdk8
module kotlin.stdlib.jdk7 {
requires transitive kotlin.stdlib;
exports kotlin.jdk7;
exports kotlin.io.path;
exports kotlin.internal.jdk7 to kotlin.stdlib.jdk8;
opens kotlin.internal.jdk7 to kotlin.stdlib;
}