Closed Sayum24 closed 1 month ago
In the changelog.md I read that ImageDecoderDecoder
was renamed to AnimatedImageDecoder
but it wasn't found either.
@Sayum24 change gifs to gif
@Mister-Seven thanks! That fixed it. So the documentation was wrong: https://coil-kt.github.io/coil/gifs/
Whoops! Fixed here: https://github.com/coil-kt/coil/pull/2541
Describe the bug I'm following the documentation of version
3.0.0-rc0
. I want to use Coil in our Android-Kotlin-App in a Compose-view to display a GIF. I added the following lines in my build.gradle:And copied the following lines from the documentation:
The classes
ImageDecoderDecoder
andGifDecoder
could not be found. How can I fix this?Version
3.0.0-rc01
minSdk 26, targetSdk 34