> Task :@react-native-firebase_analytics:copyReleaseJniLibsProjectAndLocalJars FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':@react-native-firebase_analytics:copyReleaseJniLibsProjectAndLocalJars' (type 'LibraryJniLibsTask').
- Gradle detected a problem with the following location: '/Users/lee/Desktop/workspace/tugboat/tugboat-mobile/node_modules/@react-native-firebase/analytics/android/build/intermediates/stripped_native_libs/release/out'.
Reason: Task ':@react-native-firebase_analytics:copyReleaseJniLibsProjectAndLocalJars' uses this output of task ':react-native-firebase_analytics:stripReleaseDebugSymbols' without declaring an explicitorimplicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':react-native-firebase_analytics:stripReleaseDebugSymbols'as an input of ':@react-native-firebase_analytics:copyReleaseJniLibsProjectAndLocalJars'.
2. Declare an explicit dependency on':react-native-firebase_analytics:stripReleaseDebugSymbols'from':@react-native-firebase_analytics:copyReleaseJniLibsProjectAndLocalJars'using Task#dependsOn.3. Declare an explicit dependency on':react-native-firebase_analytics:stripReleaseDebugSymbols'from':@react-native-firebase_analytics:copyReleaseJniLibsProjectAndLocalJars'using Task#mustRunAfter.
Please refer to <https://docs.gradle.org/8.0.1/userguide/validation_problems.html#implicit_dependency> for more details about this problem.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used inthis build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/8.0.1/userguide/command_line_interface.html#sec:command_line_warnings>