Hello! Nice to be here! :slightly_smiling_face: Do...
# announcements
p
Hello! Nice to be here! 🙂 Does anybody know if there is documentation for Kotlin compiler plugin?
g
Such documentation doesn’t exist intentionally, there is no real API, existing plugins are tightly coupled with compiler and supported together with compiler changes
There is a nice talk about compiler plugins from kotlin conf tho

https://www.youtube.com/watch?v=w-GMlaziIyoâ–ľ

p
Thank you!!!