How do I invoke gradle on the Kotlin repository to...
# intellij
d
How do I invoke gradle on the Kotlin repository to build a plugin from git that matches my version of IDEA? Am I missing some readme somewhere? Google is too tainted by the relevant keywords so it only brings me to pages about using the plugin "normally".
If I just issue ideaPlugin target, I get this when loading:
...and if I change gradle/version.properties to versions.intellijSdk=202.7660.26 it will not build..