FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: A problem was found with the configuration of task ':module:mergeDebugNativeLibs' (type 'MergeNativeLibsTask'). - Gradle detected a problem with the following location: 'module/build/intermediates/cxx/Debug/5n1lpg41/obj'. Reason: Task ':module:mergeDebugNativeLibs' uses this output of task ':module:externalNativeBuildRelease' 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 ':module:externalNativeBuildRelease' as an input of ':module:mergeDebugNativeLibs'. 2. Declare an explicit dependency on ':module:externalNativeBuildRelease' from ':module:mergeDebugNativeLibs' using Task#dependsOn. 3. Declare an explicit dependency on ':module:externalNativeBuildRelease' from ':module:mergeDebugNativeLibs' using Task#mustRunAfter. Please refer to https://docs.gradle.org/8.0/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. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: A problem was found with the configuration of task ':module:externalNativeBuildRelease' (type 'ExternalNativeBuildTask'). - Gradle detected a problem with the following location: 'module/build/intermediates/cxx/Debug/5n1lpg41'. Reason: Task ':module:mergeDebugNativeLibs' uses this output of task ':module:externalNativeBuildRelease' 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 ':module:externalNativeBuildRelease' as an input of ':module:mergeDebugNativeLibs'. 2. Declare an explicit dependency on ':module:externalNativeBuildRelease' from ':module:mergeDebugNativeLibs' using Task#dependsOn. 3. Declare an explicit dependency on ':module:externalNativeBuildRelease' from ':module:mergeDebugNativeLibs' using Task#mustRunAfter. Please refer to https://docs.gradle.org/8.0/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 in this 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/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 4m 29s 5066 actionable tasks: 2055 executed, 2721 from cache, 290 up-to-date Configuration cache entry stored. make: *** [check] Error 1