Hi all, I'm working on creating a compiler plugin ...
# compiler
j
Hi all, I'm working on creating a compiler plugin that can remove specific methods from specified classes. I've been exploring the FIR Plugin API and believe that FirDeclarationGenerationExtension is the right tool for manipulating class functions. The existing plugins in the repo demonstrate how to add methods, but I’m struggling to figure out how to remove methods. Does anyone have insights or guidance on how to achieve method removal using a compiler plugin?
j
FIR doesn’t allow that yet
😢 1