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 66367af commit e20b5e8Copy full SHA for e20b5e8
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