Since automatic modules require all other modules, when the first module is
resolved, the other automatic modules are automatically resolved too. So,
you don't have to add all automatic modules manually to the graph. It's
enough to make a dependency only on the automatic module you need. Then the
other automatic modules will automatically get into the module graph.

пн, 8 апр. 2019 г. в 13:02, Michał Zegan <webczat_...@poczta.onet.pl>:

> Hello,
> I know that automatic modules are visible and named module can depend on
> them. However what about dependencies between automatic modules? Do I
> have to manually add all automatic modules to the graph in such a case,
> at least if two automatic modules are tightly coupled, as in one depends
> on packages and classes of the other?
>
>

Reply via email to