Configuration debugRuntimeClasspath contains AndroidX dependencies, but the android.useAndroidX property is not enabled, which may cause runtime issues.
Set android.useAndroidX=true in the gradle.properties file and retry.
I'm getting this error, but I already added the gradle.properties file


Configuration
debugRuntimeClasspathcontains AndroidX dependencies, but theandroid.useAndroidXproperty is not enabled, which may cause runtime issues.Set
android.useAndroidX=truein thegradle.propertiesfile and retry.I'm getting this error, but I already added the gradle.properties file
