How to find out which 3rd party libraries depend on Support library?

Viewed 12

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?

0 Answers
Related