This commit is contained in:
tom5079
2024-11-18 19:29:51 -08:00
parent fd3f1454c5
commit 71e8cebff4
2 changed files with 8 additions and 78 deletions

View File

@@ -18,6 +18,7 @@ crashlytics = "3.0.2"
hilt = "2.51.1"
ktor = "2.3.8"
coil = "2.6.0"
room = "2.6.1"
kotlinx-serialization = "1.3.2"
kotlinx-coroutines = "1.8.0"
@@ -36,6 +37,9 @@ androidx-activity-compose = { group = "androidx.activity", name = "activity-comp
androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxNavigation" }
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }