feat: art images and queue

This commit is contained in:
2026-07-27 00:16:46 -04:00
parent f665ac14ae
commit 98a792e202
19 changed files with 769 additions and 26 deletions
+1
View File
@@ -108,6 +108,7 @@ dependencies {
implementation(libs.kotlinx.coroutines.android)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.media)
implementation(libs.coil.compose)
// The Compose BOM aligns every Compose artifact to one tested version set,
// so the individual Compose deps below are declared without versions.