This commit is contained in:
2026-03-13 17:58:19 +09:00
parent 7fa1c36355
commit c5bc3f9bf0
4 changed files with 56 additions and 9 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies {
implementation(compose.desktop.currentOs)
implementation(compose.material)
implementation(compose.materialIconsExtended)
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.11")
// Ktor (Network)
val ktorVersion = "2.3.11"