Is there a way to somehow have groups of projects, and then select which one is active?
We currently have a big build with 400 modules (multiple apps). Local dev machines are managing just fine, so I'd like keep is this way - and having ability to build everything in one command is a superpower which I obviously want to keep.
But not every team needs such bird's eye view of the whole build, mostly they're working on their part of the codebase.
And some voiced that it would be nice if they only saw their part & it's dependency modules, to scope down the complexity
Obvioulsy I know I can "hack" it via commenting out the projects in
settings.gradle
But isn't there something more sophisticated?
Other than flipping it on its head, having per app builds & then one composite one (which I would not prefer)