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

@ -18,7 +18,7 @@ kotlin {
sourceSets {
commonMain.dependencies {
// Add any common dependencies here
implementation(libs.settings)
}
commonTest.dependencies {
implementation(libs.kotlin.test)