项目级build.gradle中=添加
//检测项目中已过时API
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
}
![](https://img.haomeiwen.com/i8646668/a05b3d335bf7e588.png)
项目级build.gradle中=添加
//检测项目中已过时API
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
}
本文标题:注: 某些输入文件使用或覆盖了已过时的 API。 注: 有关详细
本文链接:https://www.haomeiwen.com/subject/wssugrtx.html
网友评论