@@ -16,6 +16,11 @@ binaryCompatibilityValidatorPlugin = "0.18.1"
1616slf4j = " 2.0.17"
1717kotest = " 5.9.1"
1818
19+ # Samples
20+ mcp-kotlin = " 0.6.0"
21+ anthropic = " 0.8.0"
22+ shadow = " 8.1.1"
23+
1924[libraries ]
2025# Plugins
2126kotlin-gradle = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
@@ -44,5 +49,17 @@ ktor-client-mock = { group = "io.ktor", name = "ktor-client-mock", version.ref =
4449slf4j-simple = { group = " org.slf4j" , name = " slf4j-simple" , version.ref = " slf4j" }
4550kotest-assertions-json = { group = " io.kotest" , name = " kotest-assertions-json" , version.ref = " kotest" }
4651
52+ # Samples
53+ mcp-kotlin = { group = " io.modelcontextprotocol" , name = " kotlin-sdk" , version.ref = " mcp-kotlin" }
54+ anthropic-java = { group = " com.anthropic" , name = " anthropic-java" , version.ref = " anthropic" }
55+ ktor-client-content-negotiation = { group = " io.ktor" , name = " ktor-client-content-negotiation" , version.ref = " ktor" }
56+ ktor-serialization-kotlinx-json = { group = " io.ktor" , name = " ktor-serialization-kotlinx-json" , version.ref = " ktor" }
57+
4758[plugins ]
4859kotlinx-binary-compatibility-validator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binaryCompatibilityValidatorPlugin" }
60+
61+ # Samples
62+ kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
63+ kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
64+ kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
65+ shadow = { id = " com.github.johnrengelman.shadow" , version.ref = " shadow" }
0 commit comments