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 eecc46f commit c94c649Copy full SHA for c94c649
libraries/apollo-gradle-plugin/build.gradle.kts
@@ -154,6 +154,7 @@ tasks.withType(KotlinCompile::class.java) {
154
dependsOn(pluginVersionTaskProvider)
155
}
156
157
+// TODO: Remove when https://github.com/google/ksp/pull/2599 is available
158
tasks.withType(KspAATask::class.java) {
159
160
dependsOn(tasks.named("gratatouilleUnzipPluginSources"))
0 commit comments