feat: basic persistent settings

This commit is contained in:
Cilly Leang 2026-01-24 00:37:57 +11:00
parent 61bb748925
commit 946429a2f5
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 38 additions and 4 deletions

View file

@ -20,6 +20,7 @@ kotlinx-coroutines = "1.10.2"
material3 = "1.10.0-alpha05"
material3-adaptive = "1.3.0-alpha03"
metro = "0.10.0"
settings = "1.3.0"
sqldelight = "2.2.1"
[libraries]
@ -47,6 +48,7 @@ compose-components-resources = { module = "org.jetbrains.compose.components:comp
compose-uiToolingPreview = { module = "org.jetbrains.compose.ui:ui-tooling-preview", version.ref = "composeMultiplatform" }
kotlinx-coroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
metrox-viewmodel-compose = { module = "dev.zacsweers.metro:metrox-viewmodel-compose", version.ref = "metro" }
settings = { module = "com.russhwolf:multiplatform-settings-no-arg", version.ref = "settings" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }