Migrate from glide to coil.

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2024-06-27 12:24:39 +02:00
parent ca41948a75
commit 15eb013579
12 changed files with 227 additions and 152 deletions

View file

@ -128,8 +128,7 @@ dependencies {
implementation "com.google.accompanist:accompanist-swiperefresh:0.34.0"
// Landscapist
implementation "com.github.skydoves:landscapist-glide:1.5.2"
kapt 'com.github.bumptech.glide:compiler:4.13.2' // this have to be align with landscapist-glide
implementation("io.coil-kt:coil-compose:2.6.0")
// Reorder element in lazylist
implementation "org.burnoutcrew.composereorderable:reorderable:0.9.6"