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