Enable gif support for Coil

This commit is contained in:
Jorge Martín 2023-05-31 16:46:58 +02:00
parent f3959f08f2
commit 91e3511cb0
3 changed files with 11 additions and 0 deletions

View file

@ -39,6 +39,7 @@ dependencies {
implementation(projects.libraries.core)
implementation(projects.libraries.uiStrings)
implementation(libs.coil.compose)
implementation(libs.coil.gif)
ksp(libs.showkase.processor)
}