Skip to content

Commit e20b5e8

Browse files
authored
Add a comment about google/ksp#2599
1 parent 66367af commit e20b5e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/apollo-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ tasks.withType(KotlinCompile::class.java) {
154154
dependsOn(pluginVersionTaskProvider)
155155
}
156156

157+
// TODO: Remove when https://github.com/google/ksp/pull/2599 is available
157158
tasks.withType(KspAATask::class.java) {
158159
dependsOn(pluginVersionTaskProvider)
159160
dependsOn(tasks.named("gratatouilleUnzipPluginSources"))

0 commit comments

Comments
 (0)