Thanks <@U12V5S8GP>, can you remind me how to buil...
# kobalt
p
Thanks @dmitry.zhuravlev, can you remind me how to build & run it?
After digging around i remembered that this is a devkit plugin and found these instructions https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/running_and_debugging_a_plugin.html
d
Hi @pabl0rg sorry for the long reply. Devkit already bundled with IDEA. All what you need is to open project in IDEA. Then define plugin SDK for the project (Intellij Platform Plugin SDK) and point it to the installed version of IDEA. Then choose 1.8 Java platform. Additionally you need to add kotlin-plugin.jar to SDK classpath. This jar located in <IDEA_install_dir>/plugins/Kotlin/lib/kotlin-plugin.jar