implementation('旧依赖')
{
exclude group: '组',module:'模块'
}
例如
implementation ('com.github.com:semap:1.0.28')
{
exclude group: 'com.github.com',module:'semap'
}
implementation('旧依赖')
{
exclude group: '组',module:'模块'
}
例如
implementation ('com.github.com:semap:1.0.28')
{
exclude group: 'com.github.com',module:'semap'
}
本文标题:处理依赖冲突 Duplicate class
本文链接:https://www.haomeiwen.com/subject/chqqdrtx.html
网友评论