mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
Previously we assumed that a symbol is accessible if its containing package is exported by module-info.java. Which was obviously wrong and could lead to a situation where a symbol would be incorrectly accessible if a usage module has a dependency on the symbol's module in IDEA project terms, but does not require it in its module-info.java #KT-18598 In Progress