Hi <@U0CHHN4F4>, I don't know if here is the right...
# scripting
s
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.
i
Hi @SrSouza There is no common internal representation which is consistent between all platforms yet. But we are working on it. But I don’t know when we will be ready and whether it will be an officially public specification and/or API. I think that for now the only way is to use source code generation.