Join Slack
Powered by
Is there any experimental FIR plugin API that I ca...
# compiler
q
Quantum64
05/24/2022, 4:00 AM
Is there any experimental FIR plugin API that I can try out?
d
dmitriy.novozhilov
05/24/2022, 4:09 AM
It exists, but it's in phase of active development You can play with it if you want, but I don't recommend to use our for something serious right now
dmitriy.novozhilov
05/24/2022, 4:10 AM
Some documentation:
https://github.com/JetBrains/kotlin/tree/master/docs/fir
😍 1
dmitriy.novozhilov
05/24/2022, 4:11 AM
Template of plugin project with tests:
https://github.com/demiurg906/kotlin-compiler-course-examples/tree/compiler-plugin-project-setup
🙌 1
q
Quantum64
05/24/2022, 4:14 AM
Thank you! Not planning anything serious. Just want to check out its current capabilities.
d
dmitriy.novozhilov
05/24/2022, 4:17 AM
Please send me any feedback you'll have (positive and negative). Right now API in state of polishing, which is based on feedback from real users
10
Views
Open in Slack
Previous
Next