在依赖的最下面加入all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp',如下所示:
dependencies {
………………configurations {
all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
}
Error: Program type already present: okhttp3.Authenticator$1 的解决方法
阅读 83
2022-09-01
在依赖的最下面加入all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp',如下所示:
dependencies {
………………configurations {
all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
}
相关推荐
精彩评论(0)