Whatever is the Gradle, I am noticing this message, and I do not know too much how can I avoid it? I do not understand what to do
[ ] - Gradle detected a problem with the following location: 'C:xxxxxx\build\app\intermediates\merged_assets\debug\out'.
Reason: Task ':app:compressDebugAssets' uses this output of task ':app:copyFlutterAssetsDebug' without declaring an explicit or implicit dependency.
This can lead to incorrect results being produced, depending on what order the tasks are executed.
[ +296 ms] > Task :app:packageDebug UP-TO-DATE
[+2691 ms] > Task :app:assembleDebug
[ ] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[ ] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[ ] Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
[ ] Please consult deprecation warnings for more details.
[ ] BUILD SUCCESSFUL in 13s