What dependencies to use to import com.intellij.diagram.* in my plugin
Answered
i am trying to use com.intellij.diagram to create a reference diagram of a list of virtual files. how to import the above api .
Please sign in to leave a comment.
Hi,
Add dependency on the
com.intellij.diagram
plugin in your Gradle build script and plugin.xml file. Please note that this API is not a part of the community edition, and you have to use, e.g., IU product type.See: https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html for more details about adding plugin dependencies.