Hello, I’ve two multi-module projects common and app with different release cycles. App modules depend on common modules. When creating the eclipse projects for app the common libs are referenced in eclipse as external modules as expected.
Nevertheless usually in eclipse I need a consistent view over all modules of both projects so changes in one of the common modules should take effect in the appropriate app modules.
With maven I did it by placing both projects into one base directory and creating an artificial pom with all modules specified that needs wiring for eclipse projects.
Is there something similar to tell gradle which projects to wire up for eclipse? Thanks david