Enable gif support for Coil
This commit is contained in:
parent
f3959f08f2
commit
91e3511cb0
3 changed files with 11 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue