How to select AndroidX core version used by enableJetifier=true

78 views Asked by At

I want to use some features only present in the latest release of AndroidX core, but my project is still using android.enableJetifier=true and if I add an implementation line to build.gradle I get duplicate class errors.

What is the right way to specify AndroidX version when using jetifier with gradle?

0

There are 0 answers