0

I want to migrate completely from Support library to AndroidX. I changed my own dependencies in my project. But I also want to not depend on 3dr party libraries that have deprecated dependencies. And I don't want to use android.enableJetifier=true, because it increases the build time.

So, how to find out which 3rd party libraries depend on Support library?

MaxAstin
  • 463
  • 5
  • 14
  • You can grab a dependency tree & figure out which library is using legacy support libraries, check this: https://stackoverflow.com/questions/21645071/using-gradle-to-find-dependency-tree – Darshan Sep 12 '22 at 11:59

0 Answers0