dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

Detect when databinding or viewbinding are enabled but don't need to be

Open autonomousapps opened this issue 5 years ago • 2 comments
trafficstars

A user has reported that the dependency androidx.databinding:databinding-common is reported as unused. This dependency is automatically added (I assume) when dataBinding.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.

autonomousapps avatar Jan 16 '20 21:01 autonomousapps

Could this be extended to android resources being enabled on library modules or do you want a separate issue for that?

gabrielittner avatar May 07 '21 18:05 gabrielittner

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>.

autonomousapps avatar May 07 '21 22:05 autonomousapps