skydoves / landscapist

🌻 A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.
https://skydoves.github.io/landscapist/
Apache License 2.0
2.18k stars 113 forks source link

CoilImage is now not found in latest coil library #38

Closed jayeshindianic closed 3 years ago

jayeshindianic commented 3 years ago
// Coil
    implementation 'io.coil-kt:coil:1.3.1'
    implementation 'com.google.accompanist:accompanist-coil:0.15.0'

now in latest version, all parameter(option) are changed, ever name also change you need to update readme file for coil.

skydoves commented 3 years ago

I think you are misunderstanding about this library. You should add the below dependency instead of the above them.

implementation "com.github.skydoves:landscapist-coil:1.3.1"