I have a requirement which I need to use these two packages together. I get this error when I try to run my application.
build.gradle:
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.22"
implementation 'com.android.support:multidex:2.0.1'
compileOnly 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.3.3'
implementation 'io.github.webrtc-sdk:android:114.5735.10'
}
pubspec.yaml:
flutter_webrtc: ^0.10.6
hmssdk_flutter: ^1.10.2
