Can `KSP` be used without affecting existing compilation build times? I need to identify which test...
z
Can
KSP
be used without affecting existing compilation build times? I need to identify which test functions are annotated with a specific annotation, but this processor does not need to generate any compilation code, so I want to make sure it doesn’t hold up any existing compilation tasks while it runs
e
it's not wired up that way out of the box but with ksp2 you can create your own independent task easily
z
Nice, do you have any recommendations on where to start? I haven't used KSP before
e