@@ -8,10 +8,8 @@ serialization = "1.7.1"
8
8
benchmark = " 0.4.12"
9
9
openapi = " 2024.3"
10
10
jackson = " 2.17.2"
11
- graphql = " 6.8.4"
12
11
13
12
[plugins ]
14
- kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
15
13
kotlin-mutliplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
16
14
kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
17
15
kotlin-dokka = { id = " org.jetbrains.dokka" , version = " 1.9.20" }
@@ -23,8 +21,6 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
23
21
ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version = " 12.1.1" }
24
22
kotlin-binaryCompatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.16.3" }
25
23
nexus-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" }
28
24
29
25
[libraries ]
30
26
kotlin-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-
33
29
kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
34
30
kotest-framework-engine = { module = " io.kotest:kotest-framework-engine" , version.ref = " kotest" }
35
31
kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
36
- kotest-common = { module = " io.kotest:kotest-common" , version.ref = " kotest" }
37
32
uri = { group = " com.eygraber" , name = " uri-kmp" , version = " 0.0.18" }
38
33
okio-common = { group = " com.squareup.okio" , name = " okio" , version.ref = " okio" }
39
34
okio-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
45
40
jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" }
46
41
jackson-yaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
47
42
networknt-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" }
51
43
kotlin-codepoints = { group = " de.cketti.unicode" , name = " kotlin-codepoints" , version = " 0.9.0" }
52
44
normalize = { group = " com.doist.x" , name = " normalize" , version = " 1.1.1" }
53
45
karacteristics = { group = " io.github.optimumcode" , name = " karacteristics" , version = " 0.0.2" }
0 commit comments