@@ -8,10 +8,8 @@ serialization = "1.7.1"
88benchmark = " 0.4.12"
99openapi = " 2024.3"
1010jackson = " 2.17.2"
11- graphql = " 6.8.4"
1211
1312[plugins ]
14- kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
1513kotlin-mutliplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
1614kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
1715kotlin-dokka = { id = " org.jetbrains.dokka" , version = " 1.9.20" }
@@ -23,8 +21,6 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
2321ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version = " 12.1.1" }
2422kotlin-binaryCompatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.16.3" }
2523nexus-publish = { id = " io.github.gradle-nexus.publish-plugin" , version = " 2.0.0" }
26- # version 7.x requires java 17
27- expediagroup-graphql = { id = " com.expediagroup.graphql" , version.ref = " graphql" }
2824
2925[libraries ]
3026kotlin-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version.ref = " serialization" }
@@ -33,7 +29,6 @@ kotlin-benchmark = { group = "org.jetbrains.kotlinx", name = "kotlinx-benchmark-
3329kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
3430kotest-framework-engine = { module = " io.kotest:kotest-framework-engine" , version.ref = " kotest" }
3531kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
36- kotest-common = { module = " io.kotest:kotest-common" , version.ref = " kotest" }
3732uri = { group = " com.eygraber" , name = " uri-kmp" , version = " 0.0.18" }
3833okio-common = { group = " com.squareup.okio" , name = " okio" , version.ref = " okio" }
3934okio-nodefilesystem = { group = " com.squareup.okio" , name = " okio-nodefilesystem" , version.ref = " okio" }
@@ -45,9 +40,6 @@ jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.r
4540jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" }
4641jackson-yaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
4742networknt-validator = { group = " com.networknt" , name = " json-schema-validator" , version = " 1.5.1" }
48- kotlinpoet = { group = " com.squareup" , name = " kotlinpoet" , version = " 1.18.1" }
49- graphql-ktor = { group = " com.expediagroup" , name = " graphql-kotlin-ktor-client" , version.ref = " graphql" }
50- clikt = { group = " com.github.ajalt.clikt" , name = " clikt" , version = " 4.4.0" }
5143kotlin-codepoints = { group = " de.cketti.unicode" , name = " kotlin-codepoints" , version = " 0.9.0" }
5244normalize = { group = " com.doist.x" , name = " normalize" , version = " 1.1.1" }
5345karacteristics = { group = " io.github.optimumcode" , name = " karacteristics" , version = " 0.0.2" }
0 commit comments