Jitsi Meet and Sendbird class conflicts
I want to integrate the Jitsi meeting and send-bird into my project. For that, I added the below dependencies.
implementation 'com.sendbird.sdk😒endbird-android-sdk:3.1.15'
implementation 'com.sendbird.sdk😒endbird-calls:1.8.0'
implementation('org.jitsi.react:jitsi-meet-sdk:6.0.0') {
transitive = true
}
But when I am trying to run the project I'm getting the below errors.
Task :app:dexBuilderDebug
FAILURE: Build completed with 2 failures.
1: Task failed with an exception....