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.
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
andoperationOutputGenerator
living in the buildscript classpath but could. be a longuer term goal.