common: add NetworkImage composable

This commit is contained in:
Harsh Shandilya 2021-08-05 21:32:13 +05:30
parent 450d4836c5
commit a8016391c9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 77 additions and 3 deletions

View file

@ -16,6 +16,9 @@ androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
androidx-browser = "androidx.browser:browser:1.3.0"
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"
coil-compose = "io.coil-kt:coil-compose:1.3.2"
kamel-image = "com.alialbaali.kamel:kamel-image:0.2.1"
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }