问题如下图

a.png
解决方法:
compile =》implementation
androidTestCompile =》androidTestImplementation
testCompile => testImplementation
修改完成后

b.png
问题如下图
解决方法:
compile =》implementation
androidTestCompile =》androidTestImplementation
testCompile => testImplementation
修改完成后