Commit 7db2a43
committed
Build: Update dependency analysis configuration on media placeholders
This 'unused' related advise for the 'media-placeholders' module is
actually incorrect as the build is failing when the 'appcompat'
dependency is removed.
This is happening due to the fact that 'aztec' has classes like
'AztecText', which is being used on this module, but the Dependency
Analysis plugin cannot understand that although there are no 'appcompat'
related imports, those are actually needed nevertheless. Another
dependency configuration might be able to solve this, but this was
considered as being outside the scope of this change.
------------------------------------------------------------------------
Advice for :media-placeholders
Unused dependencies which should be removed:
implementation 'androidx.appcompat:appcompat:1.1.0'1 parent 67c07fd commit 7db2a43
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
| |||
0 commit comments