Program type already present: com.squareup.okhttp.Address

前端 未结 2 435
深忆病人
深忆病人 2021-01-20 03:10

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

2条回答
  •  面向向阳花
    2021-01-20 03:51

    Going into the gradle.properties file and adding this line:

    android.enableR8=false
    android.enableD8=false
    

    I hope this works.

提交回复
热议问题