Hello,
I recently updated Android Studio to 4.0 along with Gradle version and plugin as well.After searching in internet and getting no results for the solution,I finally decided to make a topic here to ask you guys.When I run a project it builds up and everything works fine as it should but I noticed 1 message in the BUILD tab -
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings
I followed the link too and I also used ‘–warning-mode all’ in the compiler,then I get the following 2 messages
Property ‘applicationId’ is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property ‘applicationIdResource’ is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
While searching I found different messages for people but no solution to that…
Any help to solve this will be appreciated.
Regards…