Can KSP see the code from dependency modules, or l...
# ksp
s
Can KSP see the code from dependency modules, or libraries? Or can it only alter the current module’s code?
j
It can traverse all code, but I believe just like annotation processors that entrypoints can only be within the current compilation unit
s
Thanks
b
Also, ksp cannot alter any code