Commit 0136921
committed
Build: Update dependency analysis configuration on app
These 'unused' related advises for the 'app' module is actually
correct, both 'media-placeholders' and ':picasso-loader', can be removed
as dependencies since they are actually unused and not being utilized
from within the app.
However, I chose to keep them there and suppress the advise instead in
order to preserve the app default configuration, its purpose being to
test all those individual modules:
- aztec
- glide-loader
- picasso-loader
- wordpress-comments
- wordpress-shortcodes
- media-placeholders
As such this advice is instead suppressed and the 'onUnusedDependencies'
exclusion configuration were used to achieve that.
------------------------------------------------------------------------
Advice for :app
Unused dependencies which should be removed:
implementation project(':media-placeholders')
implementation project(':picasso-loader')1 parent 0bf2a1c commit 0136921
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments