导入依赖库的时候,依赖库里面有依赖不同的版本,造成冲突,可以通过
exclude(group = "com.intellij", module = "annotations") exclude(group = "org.ow2.asm", module = "asm-debug-all")
exclude 'META-INF/LICENSE.md' exclude 'META-INF/LICENSE' exclude 'META-INF/NOTICE.md' exclude 'META-INF/NOTICE'
之类的把合并冲突的移除