Hi, what would be an elegant way to find every calls of a function using KSP processor?
a
Hi, what would be an elegant way to find every calls of a function using KSP processor?
e
KSP does not support symbols at the expression level. You would need a vanilla kotlin compiler plugin for that
a
can you elaborate (or send a link) on what's the vanilla plugin? I see there is a bunch of plugins for compilation
j
vanilla plugin means build compiler plugins directly from compiler APIs