Gradle dependency doesn't include some packages
svenoaks opened this issue · 2 comments
svenoaks commented
I try implementation 'org.mp4parser:isoparser:1.9.41'
(and other versions) but the org.mp4parser.muxer package cannot be imported, making it impossible to use the library. Some other packages are there.
svenoaks commented
It's not there with Maven too
svenoaks commented
I see you have to do 'org.mp4parser:muxer:1.9.41'.