Hi @ilya.chernikov, I don't know if here is the right place to ask but, you can tell me if the Kotlin Compiler Plugin has something an intermediate presentation for generate Kotlin code?
I'm asking that because I know that if you are making a compiler plugin for JVM target you can use Object ASM to generate bytecode but if in my plugin I want to be multiplatform I will need to write the IR for the LLVM and I have no idea how to do that.