Reason: Task ':emoreno_react-native-background-geolocation:packageDebugResources' uses this output of task ':@emoreno_react-native-background-geolocation:generateDebugResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':@emoreno_react-native-background-geolocation:generateDebugResValues' as an input of ':emoreno_react-native-background-geolocation:packageDebugResources'.
2. Declare an explicit dependency on ':@emoreno_react-native-background-geolocation:generateDebugResValues' from ':emoreno_react-native-background-geolocation:packageDebugResources' using Task#dependsOn.
3. Declare an explicit dependency on ':@emoreno_react-native-background-geolocation:generateDebugResValues' from ':emoreno_react-native-background-geolocation:packageDebugResources' using Task#mustRunAfter.
For more information, please refer to https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.
Any ideas how to fix this?