Working around the above, what is the best way to ...
# compiler
r
Working around the above, what is the best way to handle side effects (writing to a file/files) in a (IR) compiler plugin. I currently have one output file per Kotlin file, which works fine if all files are included in each pass, but I'm assuming that's not the case with incremental compilation?