apollographql / apollo-kotlin

:rocket:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
https://www.apollographql.com/docs/kotlin
MIT License
3.77k stars 656 forks source link

[🐘gradle-plugin] Remove GR8 #5629

Open martinbonnin opened 9 months ago

martinbonnin commented 9 months ago

Description

Now that we have a proper Apollo compiler plugins API, we could aim at isolating the Apollo compiler from the rest of the Gradle build.

It's hard to do today because of packageNameGenerator and operationOutputGenerator living in the buildscript classpath but could. be a longuer term goal.

martinbonnin commented 2 months ago

See https://github.com/apollographql/apollo-kotlin/pull/6145 and https://issuetracker.google.com/u/1/issues/365784991