Open autonomousapps opened 4 years ago
Could this be extended to android resources being enabled on library modules or do you want a separate issue for that?
Separate issue, please.
On May 7, 2021, GitHub @.***> wrote:
Could this be extended to android resources being enabled on library modules or do you want a separate issue for that?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/autonomousapps/dependency-analysis-android-gradle- plugin/issues/42#issuecomment-834660171, or unsubscribe https://github.com/notifications/unsubscribe- auth/ABJG5PIBH72HNPHRLJ75FBDTMQTLNANCNFSM4KH3IITQ.
A user has reported that the dependency
androidx.databinding:databinding-common
is reported as unused. This dependency is automatically added (I assume) whendataBinding.isEnabled = true
is set. I need to learn which dependencies are added, and if it's possible to determine databinding isn't being used, and so therefore we can accurately recommend it be disabled.