dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
Support test-only modules (com.android.test)
Is your feature request related to a problem? Please describe.
Currently when we run buildHealth
we don't get any information about our test-only modules.
We rely on these heavily because our tests are all modularized, but they all depend on a single
APK-under-test which is only possible using test-only modules.
Describe the solution you'd like
Would love it if this plugin could understand modules that apply the com.android.test
plugin.
Describe alternatives you've considered Not using test-only modules... This isn't feasible for us
Thanks for the issue.