videokit-ai / videokit

Low-code, cross-platform media SDK for Unity Engine. Register at https://videokit.ai
https://videokit.ai
Apache License 2.0
107 stars 14 forks source link

Can this feature be added to NatML (Unable to build on android; duplicate classes). #82

Closed supermoos closed 12 months ago

supermoos commented 12 months ago

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:)

supermoos commented 12 months ago

Sorry, my bad, I found the settings is already there by searching you're Discord.