I am trying to configure my android app to use Firebase Cloud Firestore. I also have dependencies on OKHttp3. Gradle will sync fine but I am unable to compile the app and ru
Going into the gradle.properties file and adding this line:
gradle.properties
android.enableR8=false android.enableD8=false
I hope this works.