TwoClocks
03/26/2022, 11:53 PMyigit
03/27/2022, 12:34 AMTwoClocks
03/27/2022, 1:07 AM[project-root]/build/generated/ksp/main/kotlin
Touch a file in a project that depend son the annotation, KSP doesn't run the processor, and the dependent project fails because of the missing generated code. Neither the annotaion, or the code that contains the annotation has changed... so it's not running.
How do a make the resulting artifact of the annotation part of the dependency? I had sort of assumed that it was implied somehow. It doesn't seem to be (or I un-set it somehow).jameskleeh
03/27/2022, 3:34 AMTwoClocks
03/27/2022, 8:15 PMgenerated
tree somewhat at random (AFAICT). So when this happens the only way I can get an artifact generated is to make meaningless change in a string in one of the originating elements.