一、异常提示
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
二、解决问题
在配置文件内

2.把androidTestCompile改成androidTestImplementation
3.把testCompile改成testImplementation

2020-10-14 23:00:41
浏览 2248
一、异常提示
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
二、解决问题
在配置文件内

3.把testCompile改成testImplementation

随时随地看视频慕课网APP
相关课程