any thoughts on supporting annotation processing n...
# intellij
g
any thoughts on supporting annotation processing natively https://youtrack.jetbrains.com/issue/KT-29152 ?
r
There is a thing called Compiler API, which is currently WIP, undocumented and unstable, but it should cover all features of annotation processing and allow much more. You can check talk on it from last KotlinConf if you wish.

https://youtu.be/w-GMlaziIyo

here you are, this should be the one.
g
And will that natively work with IntelliJ?
k
Yes, that's the point.