我收到有关在我的构建中使用已弃用功能的警告.有没有办法列出所有已弃用的功能,以便我可以通过并更新我的代码?
*澄清
我知道我可以去gradle文档,看看现在已经弃用了什么,我特别想要的是通过我的代码并列出我不赞成使用的功能.
编译Android Studio项目时收到以下消息:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
Run Code Online (Sandbox Code Playgroud)
如何将'--warning-mode all'命令行设置添加到我的Android Studio项目中,以便找到不赞成使用的功能?