IntelliJ 2023.1.1 plugin development - adding dependencies to IntelliJ SDK

Answered

Hello,

I'm new to IntelliJ plugin development. I am trying to write a small Java plugin. I am going through this tutorial:

https://plugins.jetbrains.com/docs/intellij/creating-plugin-project.html#components-of-a-wizard-generated-gradle-intellij-platform-plugin

I added a class which extends AnAction class. It cannot be resolved. How do I find which dependent jar file should be added to resolve this ?

Thanks,

Gidi

0
2 comments

Found my needed dependency: lib/app.jar. Continuing my IntelliJ plugin development research :-)

0

There should be no need to setup lib/app.jar explicitly for Plugin project. Please make sure your Gradle project setup and import in IDE actually worked.

0

Please sign in to leave a comment.