Make sure you have at least a JDK 21 installed on your machine and that the
JAVA_HOME
variable points to the JDK's home directory.
./gradlew runIde --no-daemon
directly builds & starts a sandboxed IntelliJ
IDEA with the plugin enabled.
./gradlew buildPlugin
creates in build/distributions/
a ZIP archive that
can be installed in IntelliJ's plugin settings with the option “Install Plugin
from Disk”.
Just open the project and use “Run Plugin” in the run drop down.
- Make sure to enable
kotlin_language_server
from nvim-lspconfig. - Overwrite
cmd
by following this fix (use the new Kotlin language server because this language server is better maintained works with this plugin)