How do I fix gradle error "2 files found with the same path"?
I am using an opensource project:
StreamPack
and I want to have both srt and rtmp extensions activated in my project:
dependencies {
implementation 'io.github.thibaultbee
streampack2.6.1'
// For RTMP
implementation 'io.github.thibaultbee
streampack extension rtmp2.6.1'
// For SRT
implementation 'io.github.thibaultbee
streampack extension srt2.6.1'
}
at this point we can expect a conflict,...