@@ -4,6 +4,7 @@ kotlin = "2.2.0"
44dokka = " 2.0.0"
55atomicfu = " 0.29.0"
66ktlint = " 13.0.0"
7+ kover = " 0.9.1"
78
89# libraries version
910serialization = " 1.9.0"
@@ -18,7 +19,7 @@ slf4j = "2.0.17"
1819kotest = " 5.9.1"
1920
2021# Samples
21- mcp-kotlin = " 0.6 .0"
22+ mcp-kotlin = " 0.7 .0"
2223anthropic = " 0.8.0"
2324shadow = " 8.1.1"
2425
@@ -38,10 +39,10 @@ kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotli
3839kotlin-logging = { group = " io.github.oshai" , name = " kotlin-logging" , version.ref = " logging" }
3940
4041# Ktor
41- ktor-client-cio = { group = " io.ktor" , name = " ktor-client-cio " , version.ref = " ktor" }
42+ ktor-client-core = { group = " io.ktor" , name = " ktor-client-core " , version.ref = " ktor" }
4243ktor-server-sse = { group = " io.ktor" , name = " ktor-server-sse" , version.ref = " ktor" }
4344ktor-server-websockets = { group = " io.ktor" , name = " ktor-server-websockets" , version.ref = " ktor" }
44- ktor-server-cio = { group = " io.ktor" , name = " ktor-server-cio " , version.ref = " ktor" }
45+ ktor-server-core = { group = " io.ktor" , name = " ktor-server-core " , version.ref = " ktor" }
4546
4647# Testing
4748kotlinx-coroutines-test = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-test" , version.ref = " coroutines" }
@@ -51,6 +52,8 @@ slf4j-simple = { group = "org.slf4j", name = "slf4j-simple", version.ref = "slf4
5152kotest-assertions-json = { group = " io.kotest" , name = " kotest-assertions-json" , version.ref = " kotest" }
5253
5354# Samples
55+ ktor-client-cio = { group = " io.ktor" , name = " ktor-client-cio" , version.ref = " ktor" }
56+ ktor-server-cio = { group = " io.ktor" , name = " ktor-server-cio" , version.ref = " ktor" }
5457mcp-kotlin = { group = " io.modelcontextprotocol" , name = " kotlin-sdk" , version.ref = " mcp-kotlin" }
5558anthropic-java = { group = " com.anthropic" , name = " anthropic-java" , version.ref = " anthropic" }
5659ktor-client-content-negotiation = { group = " io.ktor" , name = " ktor-client-content-negotiation" , version.ref = " ktor" }
@@ -59,6 +62,7 @@ ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serializatio
5962[plugins ]
6063kotlinx-binary-compatibility-validator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binaryCompatibilityValidatorPlugin" }
6164ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlint" }
65+ kover = { id = " org.jetbrains.kotlinx.kover" , version.ref = " kover" }
6266
6367# Samples
6468kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
0 commit comments