I'm having a monorepo & a single big gradle build,...
# android-studio
u
I'm having a monorepo & a single big gradle build, containing multiple apps Usually you work on a single app only, and obviously code suggestions contain matches from all over the codebase Is there a way to limit the space to "this app & its dependencies"? some sort of a "view" at IDE level?
u
hmm, can it do "profiles" so I can switch quickly? like "App1 View", "App2 View" etc?