Writing a compiler plugin, how do I support multip...
# compiler
h
Writing a compiler plugin, how do I support multiple rounds, eg compiler plugin A generates classes needed by compiler plugin B? How does it work with FIR and IR?
j
AFAIK it not possible to select the order other than apply the plugin in the order you need.
👌 1