Zoom meeting sdk integration in android dynamic feature module

Zoom meeting sdk : v6.6.10.35220

I am integrating zoom meeting sdk as Dynamic Delivery Module in my Android App, i have followed all the steps to integrate this.
But while clean and rebuilding the project , i am facing this error :

Task :zoom_meeting:processStagingDebugResources FAILED
Execution failed for task ‘:zoom_meeting:processStagingDebugResources’.
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Cannot find PROCESSED_RES output for SerializedForm(versionCode=null, versionName=null, variantOutputConfiguration=VariantOutputConfigurationImpl(isUniversal=false, filters=), baseName=, fullName=, outputFileName=)

  • 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.
For more on this, please refer to Command-Line Interface Reference in the Gradle documentation.
BUILD FAILED in 10s
597 actionable tasks: 263 executed, 294 from cache, 40 up-to-date

Cannot find PROCESSED_RES output for SerializedForm(versionCode=null, versionName=null, variantOutputConfiguration=VariantOutputConfigurationImpl(isUniversal=false, filters=), baseName=, fullName=, outputFileName=)

@elaine.ku @olena.chaika @michaelchen27