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.
1 parent 2538c20 commit 5640275Copy full SHA for 5640275
gradle-plugin/build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
gradlePlugin {
18
plugins {
19
create("graphql-kotlin-toolkit-codegen") {
20
- id = "org.auritylab.graphql-kotlin-toolkit.codegen"
+ id = "com.auritylab.graphql-kotlin-toolkit.codegen"
21
displayName = "GraphQL Kotlin Toolkit: Codegen"
22
description = "GraphQL code generator for Kotlin"
23
implementationClass = "com.auritylab.graphql.kotlin.toolkit.gradle.CodegenGradlePlugin"
0 commit comments