621fe41b17
The problem is tracked in KT-66622. It should be fixed later, with a proper deprecation, because otherwise it can potentially break a lot of code.
4 lines
55 B
Java
Vendored
4 lines
55 B
Java
Vendored
module main {
|
|
requires transitive kotlin.stdlib;
|
|
}
|