.aab file not generating with with 6.2.3.24722 version

I am using zoom sdk as a dynamic feature module, although it has several issues, i ended up fixing all and stuck in this below particular issue. can you guide how do we fix it, i do not want my app to be supported by only two architecture’s devices since zoom is optional feature for my app. i am getting below issue while generating .aab file with 6.2.3.24722 version.

All modules with native libraries must support the same set of ABIs, but module ‘base’ supports ‘[ARM64_V8A, ARMEABI_V7A, X86, X86_64]’ and module ‘zoomISV’ supports ‘[ARM64_V8A, ARMEABI_V7A]’.

I’m having this issue as well. I found that Zoom explicitly removed support for x86 and x86-64, but I’m not able to remove it from my base module. At the moment I’m unable to move forward using Zoom as a dynamic feature module.