looks like i just needed the plugin dependency set...
# intellij-plugins
a
looks like i just needed the plugin dependency set up properly in gradle and then it works fine with a java module type:
Copy code
intellij {
  plugins "org.jetbrains.kotlin:${versions.kotlin}"
}