mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
common: add NetworkImage composable
This commit is contained in:
parent
450d4836c5
commit
a8016391c9
5 changed files with 77 additions and 3 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue