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 927dc87 + 8e7d390 commit 107b71eCopy full SHA for 107b71e
build.gradle.kts
@@ -21,7 +21,7 @@ val graphql_kotlin_version: String by project
21
plugins {
22
application
23
kotlin("jvm") version "2.0.21"
24
- id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"
25
id("com.github.johnrengelman.shadow") version "8.1.1"
26
id("com.expediagroup.graphql") version "8.1.0"
27
}
0 commit comments