I am getting the following message when I compile an Android Studio project:
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.
How do I add the '--warning-mode all' command line setting to my Android Studio project so I can find the deprecated feature?