Hi. I'm working on a compiler plugin (DI library) ...
# announcements
s
Hi. I'm working on a compiler plugin (DI library) that alters IR to generate a constructor injection. When some file A changed and incremental compilation kicks in I need a way to tell compiler to recompile file B as well, though before my meddling with IR there was no dependency between them. Is it even possible?
r
You'll have more luck in #compiler