We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96f61d3 + 701799b commit f1ea4bfCopy full SHA for f1ea4bf
build.gradle.kts
@@ -21,7 +21,7 @@ val graphql_kotlin_version = "8.2.1"
21
plugins {
22
application
23
kotlin("jvm") version "2.1.0"
24
- id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0"
25
id("com.gradleup.shadow") version "8.3.5"
26
id("com.expediagroup.graphql") version "8.2.1"
27
}
0 commit comments