I am working on developing plugins for IntelliJ. I would like to be able to build the plugin using Gradle. I would also love to use the dependency management in Gradle to sync my plugin project in IntelliJ.
I have tried searching, but all of the keywords are pretty ambigious (intellij, plugin, gradle, etc). I get posts on using the Gradle plugin in IntelliJ and posts on using the IntelliJ plugin in Gradle... :)
Thanks for the help.