Hello, will KSP2 be able to find all annotations o...
# ksp
g
Hello, will KSP2 be able to find all annotations on the class path or still like V1 only the annotations on the same module?
j
Still like KSP1, only on the same module.
👍 1
g
What should I use to create something that looks at the whole classpath? A "regular' compiler plugin?
j
that should work, although I can’t think of a good way to implement it even with a compiler plugin.