Try using custom fetcher for Coil...

This commit is contained in:
ganfra 2022-11-21 20:15:11 +01:00
parent 0afc1bb334
commit 8f03957c23
10 changed files with 118 additions and 11 deletions

View file

@ -95,6 +95,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.activity:activity-compose:1.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
implementation 'io.coil-kt:coil:2.2.1'
implementation 'com.jakewharton.timber:timber:5.0.1'
debugImplementation "androidx.compose.ui:ui-tooling"
debugImplementation "androidx.compose.ui:ui-test-manifest"