gradle plugn升级到3.0以上错误
Error:Cannot choose between the following configurations of project :IMKit:
解决方法:implementation project(path: ‘:IMKit’, configuration: ‘default’)
Error:Cannot choose between the following configurations of project :IMKit:
解决方法:implementation project(path: ‘:IMKit’, configuration: ‘default’)