@@ -4,6 +4,8 @@ compose-plugin = "1.7.0"
44junit = " 4.13.2"
55kotlin = " 2.0.21"
66kotlinx-coroutines = " 1.9.0"
7+ ktor = " 3.0.0"
8+ kaml = " 0.61.0"
79
810[libraries ]
911kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
@@ -12,8 +14,14 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
1214compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
1315compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" , version.ref = " compose" }
1416kotlinx-coroutines-swing = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-swing" , version.ref = " kotlinx-coroutines" }
17+ ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
18+ ktor-client-js = { group = " io.ktor" , name = " ktor-client-js" , version.ref = " ktor" }
19+ ktor-client-cio = { group = " io.ktor" , name = " ktor-client-cio" , version.ref = " ktor" }
20+ kaml = { group = " com.charleskorn.kaml" , name = " kaml" , version.ref = " kaml" }
1521
1622[plugins ]
1723jetbrainsCompose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
1824composeCompiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
19- kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
25+ kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
26+ kotlinxSerialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
27+
0 commit comments