I have three modules module-a, module-b and module-c. When I run my application I get the following:
Error occurred during initialization of boot layer java.lang.module.ResolutionException: Modules module-a and module-b export package some.package to module module-c
What does it mean, taking into consideration that module-c doesn't import some.package
and how to fix it?