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 615b030 commit 487975eCopy full SHA for 487975e
libraries/apollo-gradle-plugin/build.gradle.kts
@@ -158,6 +158,7 @@ tasks.withType(KotlinCompile::class.java) {
158
dependsOn(pluginVersionTaskProvider)
159
}
160
161
+// TODO: Remove when https://github.com/google/ksp/pull/2599 is available
162
tasks.withType(KspAATask::class.java) {
163
164
dependsOn(tasks.named("gratatouilleUnzipPluginSources"))
0 commit comments