Update module-info exports for stdlib and suppress warnings

- include kotlin.time package

Suppress module-info warnings:

- terminal digits in module name
- open/export for another not yet built dependee module

#KT-21266
This commit is contained in:
Ilya Gorbunov
2020-04-20 23:25:18 +03:00
parent 01fb200791
commit e3d20a2f5c
3 changed files with 5 additions and 7 deletions
@@ -1,3 +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;