Join Slack
Communities
Powered by
looks like i just needed the plugin dependency set...
# intellij-plugins
a
alec
03/26/2018, 7:23 PM
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}" }
Open in Slack
Previous
Next