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
Javier
10/25/2024, 3:06 PM
AFAIK it not possible to select the order other than apply the plugin in the order you need.