<@U49C23P5J> This would be step 1: <http://www.jet...
# tornadofx
j
Thank you very much for the suggested documentation. This step I managed to do by myself, the problem that I stumble upon was with kotlin-plugin dependency. But, with the suggestion you provided me with in the next comments I manage to make the tornadofx plugin compile just fine.
e
Great to hear. I wonder why they don't include it as default now. Would make kotlin based plugin development much easier.
j
Yes, you are right. On the other hand I managed to start/debug the tornadofx-plugin project. It is amazing. I never did a Idea Plugin before (only Eclipse plugins and RCPs). But time has come for me to start learning IDEA plugin development project. I am going to ask on idea slack channels if there is a plan for including kotlin sdk in IntelliJ Platform Plugin SDK - just to have also the doc and sources of the kotlin-plugin.
e
Yeah, what they did with the plugin system is pretty amazing. It's IDE centric of course. But what amazes me the most if how easy it is to get things done with it. The largest issue is lack of documentation.