mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
According to the spec, "java.se" and every other non-"java.*" module that exports at least one package without qualification, is a root. Currently we only support compilation of a single unnamed module, and apparently unnamed module should read all root modules. #KT-18180 Fixed