Zak Taccardi
10/12/2024, 5:56 PM:buildSource and inside the kotlin source files for a subproject (ksp-processor/src/main/java) in a main build?
├── :buildSource
└── :ksp-processor
└── src/main/kotlin
I have some shared code that is needed for gradle task execution, as well as the annotation processor itselfPhilip W
10/12/2024, 9:03 PM