com.auritylab.graphql-kotlin-toolkit.codegen
Owner: Andre Loreth
GraphQL code generator for Kotlin
https://github.com/AurityLab/graphql-kotlin-toolkit
Sources: https://github.com/AurityLab/graphql-kotlin-toolkit
Add this plugin to your build using the plugins DSL:
plugins {
id("com.auritylab.graphql-kotlin-toolkit.codegen") version "0.7.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.auritylab.graphql-kotlin-toolkit:graphql-kotlin-toolkit-gradle-plugin:0.7.3") } } apply(plugin = "com.auritylab.graphql-kotlin-toolkit.codegen")
- Applying plugins to all subprojects .