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:
@@ -1,3 +1,4 @@
|
||||
@SuppressWarnings("module") // suppress warning about terminal digit
|
||||
module kotlin.stdlib.jdk8 {
|
||||
requires transitive kotlin.stdlib;
|
||||
requires kotlin.stdlib.jdk7;
|
||||
|
||||
Reference in New Issue
Block a user