Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to add dependencyGuard{} closure in project with multi modules & flavors? #107

Open
trietbui85 opened this issue Apr 6, 2024 · 0 comments

Comments

@trietbui85
Copy link

For example, there are 3 modules in my project: app, utils and feature.
In app, there are also 2 flavor: dev and prod.

So, where should I add the dependencyGuard{} closure? In project-level build.gradle, or in all module-level build.gradle, or only in app > build.gradle?

And moreover, should I update configuration("releaseRuntimeClasspath") to reflect the flavor? It means configuration("prodReleaseRuntimeClasspath") ?

@trietbui85 trietbui85 changed the title Where to add dependencyGuard{} closure in multi modules & flavors? Where to add dependencyGuard{} closure in project with multi modules & flavors? Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant