Add detail image dialog and change glide to coil.

This commit is contained in:
Thomas Andres Gomez 2023-10-13 13:00:26 +02:00
parent d6072e9a00
commit 4070a6e5fe
12 changed files with 235 additions and 151 deletions

View file

@ -142,8 +142,7 @@ dependencies {
kapt("com.google.dagger:hilt-compiler:2.48")
// Image
implementation("com.github.skydoves:landscapist-glide:2.1.11")
ksp("com.github.bumptech.glide:ksp:4.14.2") // this have to be align with landscapist-glide
implementation("io.coil-kt:coil-compose:2.4.0")
}
java {