Hello! Is there any plans to make compiler plugin ...
# compiler
p
Hello! Is there any plans to make compiler plugin api public? If yes then when/what version?
d
Hello. We want to do it, but first we need to properly design that API (because current one was created as ad-hock solutions for different JB plugins like
all-open
or
kotlinx.serialization
) Since JVM IR will be released in 1.5, we may focus on compiler API for it for next release (but we don't plan it yet, so it may be delayed for 1.7). Stable frontend compiler API will be implemented only in Fronted IR, which will be released in alpha stage (I hope it will happen in this year, but plugin API may be delayed for some time)
👌 7
p
Thanks for detailed explanation!
👌 1