Answers for "the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties"

1

This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry.

// To enable jetifier, add those two lines to your gradle.properties file:
android.useAndroidX=true
android.enableJetifier=true
Posted by: Guest on July-07-2021

Code answers related to "the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language