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:
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
Please sign in to leave a comment.
Found my needed dependency: lib/app.jar. Continuing my IntelliJ plugin development research :-)
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.