feat: basic persistent settings
This commit is contained in:
parent
61bb748925
commit
946429a2f5
6 changed files with 38 additions and 4 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue