zak.taccardi
10/30/2024, 7:02 PMKspTask Gradle task in a consumer task?
I'm seeing:
kspTask.outputs.files
return an empty FileCollection. Even though
build/generated/ksp/test/resources is non-empty.
If I re-execute the task (and Gradle does another configuration phase pass), kspTask.outputs.files is correctly non-empty and this works as expected