Join Slack
Powered by
Hi, what would be an elegant way to find every cal...
# ksp
a
Assaf Shouval
10/20/2022, 10:33 AM
Hi, what would be an elegant way to find every calls of a function using KSP processor?
e
efemoney
10/20/2022, 12:31 PM
KSP does not support symbols at the expression level. You would need a vanilla kotlin compiler plugin for that
a
Assaf Shouval
10/21/2022, 11:03 AM
can you elaborate (or send a link) on what's the vanilla plugin? I see there is a bunch of plugins for compilation
j
Jiaxiang
10/24/2022, 5:22 PM
vanilla plugin means build compiler plugins directly from compiler APIs
6
Views
Open in Slack
Previous
Next