Hello, I see that ksp looks for source files at /src/ folder, but I wanted to generate some generated code from another module. Is there a way to tell ksp to look onto the whole classpath, or is my assumption wrong?
j
Jiaxiang
10/14/2022, 6:48 PM
there is no APIs in KSP that will look onto the whole classpath, symbols from classpath can still be accessed either via references in source, or fully qualified names.
g
galex
10/14/2022, 6:49 PM
So using ksp for my use case is not doable, thanks for clarifying!