graphql-java-generator / graphql-gradle-plugin-project

graphql-gradle-plugin is a Gradle Plugin for GraphQL, based on graphql-java. It accelerates the development for both the client and the server, by generating the Java code. It allows a quicker development when in contract-first approach, by avoiding to code the boilerplate code.
https://graphql-maven-plugin-project.graphql-java-generator.com/
MIT License
54 stars 8 forks source link

Generate Kotlin #20

Closed Utkarsh831 closed 7 months ago

Utkarsh831 commented 8 months ago

Can I use it for generating data classes in kotlin?

etienne-sf commented 8 months ago

Hello

The current templates only generate Java code. As Kotlin code can call the generated code, what would be the gain to generate Kotlin code ?

Étienne