Hi everyone! Can you share any resources about wri...
# compiler
f
Hi everyone! Can you share any resources about writing compiler plugins? And possibly integrations with IDEA (to make the IDE however of synthetic code)?
f
Thank you!
j
About IDE integration, should be great if the readme could have some instructions, cc @dmitriy.novozhilov
d
It will be when K2 ide will be released in some state
t
You might want to check out these two as well. Please note that the first is a bit outdated but still it is a good resource to understand what's going on. https://bnorm.medium.com/writing-your-second-kotlin-compiler-plugin-part-1-project-setup-7b05c7d93f6c https://github.com/ahinchman1/Kotlin-Compiler-Crash-Course
f
Thank you, I will look into these resources