add secret storage

This commit is contained in:
2026-04-17 17:51:33 +07:00
parent f7d4dbcdb1
commit 6bdcd0256c
5 changed files with 120 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
@@ -19,6 +18,8 @@ kotlin {
androidMain.dependencies {
implementation(libs.compose.uiToolingPreview)
implementation(libs.androidx.activity.compose)
implementation("androidx.datastore:datastore-preferences:1.2.1")
implementation("androidx.datastore:datastore-preferences-core:1.2.1")
}
commonMain.dependencies {
implementation(libs.compose.runtime)