Adds image attachment support
This commit is contained in:
@@ -100,6 +100,13 @@ dependencies {
|
||||
implementation "androidx.hilt:hilt-navigation-compose:1.0.0"
|
||||
kapt "com.google.dagger:hilt-compiler:${hilt_version}"
|
||||
|
||||
// Coil (image loading library)
|
||||
implementation "io.coil-kt:coil:2.4.0"
|
||||
implementation "io.coil-kt:coil-compose:2.4.0"
|
||||
|
||||
// Disk LRU Cache
|
||||
implementation "com.jakewharton:disklrucache:2.0.2"
|
||||
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.4.3'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user