refactoring Single Source of Truth

This commit is contained in:
2025-09-14 02:37:55 +02:00
parent 01831f7c2b
commit 143ac7ba3e
4 changed files with 21 additions and 2 deletions
-1
View File
@@ -42,7 +42,6 @@ kotlin {
}
jvmMain.dependencies {
implementation(compose.desktop.currentOs)
implementation(libs.kotlinx.coroutines.swing)
implementation(libs.ktor.client.cio)
}
wasmJsMain.dependencies {