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.
5 lines
68 B
Java
Vendored
5 lines
68 B
Java
Vendored
module main {
|
|
requires kotlin.stdlib;
|
|
requires unrelated;
|
|
}
|