In NatShare you have this feature: + Added Embed AndroidX project setting for preventing duplicate errors when embedding AndroidX native library.
Could something similar be added to VideoKit, I'm unable to build my project because firebase also adds androidx files, and VideoKit does not properly use External Dependency Resolver to add it's dependencies, causing conflicts like:
Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.2.0-runtime (androidx.core:core:1.2.0) and videokit-androidx-core-1.8.0-runtime (:videokit-androidx-core-1.8.0:)
In NatShare you have this feature: + Added
Embed AndroidX
project setting for preventing duplicate errors when embedding AndroidX native library.Could something similar be added to VideoKit, I'm unable to build my project because firebase also adds androidx files, and VideoKit does not properly use External Dependency Resolver to add it's dependencies, causing conflicts like:
Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.2.0-runtime (androidx.core:core:1.2.0) and videokit-androidx-core-1.8.0-runtime (:videokit-androidx-core-1.8.0:)