With #3900 it is possible to place several module-info.java into the roots of several source folders.
This is not yet handled correctly.
Sources from src9 can (sometimes) use dependencies defined in src24/module-info.java and similar confusion. Some of this even differs between full and incremental builds. There seems to be some randomness which module-info is used when during compilation.
With #3900 it is possible to place several
module-info.javainto the roots of several source folders.This is not yet handled correctly.
Sources from src9 can (sometimes) use dependencies defined in src24/module-info.java and similar confusion. Some of this even differs between full and incremental builds. There seems to be some randomness which module-info is used when during compilation.