This commit is contained in:
genki
2026-01-25 22:01:46 -05:00
parent 941337f671
commit 1ef8faad17
12 changed files with 174 additions and 98 deletions

View File

@@ -48,6 +48,9 @@ dependencies {
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.androidx.activity.compose)
// DataStore Preferences
implementation("androidx.datastore:datastore-preferences:1.1.1")
// Compose
implementation(platform(libs.androidx.compose.bom))
implementation(libs.androidx.compose.ui)