Hey, everyone. I'm pretty new to KSP, but I've got a simple project up and running, and now I'm looking at testing. I think I've got a few questions:
1. Is
https://github.com/tschuchortdev/kotlin-compile-testing still the goto solution to simplify testing? It's referenced in the development docs, but I don't actually see it getting used in the major ksp projects.
2. Does the advent of KSP2 have implications for testing? Is there an easier way now that KSP2 is available?
Practically speaking, I don't need full end to end testing, but need enough KSP magic to go from some annotated classes to `KSClassDeclaration`s.