<How do I fix gradle error "2 files found with the...
# stackoverflow
r
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.thibaultbeestreampack2.6.1' // For RTMP implementation 'io.github.thibaultbeestreampack extension rtmp2.6.1' // For SRT implementation 'io.github.thibaultbeestreampack extension srt2.6.1' } at this point we can expect a conflict,...