Do someone here can help? I’m using <https://githu...
# intellij-plugins
g
Do someone here can help? I’m using https://github.com/JetBrains/gradle-intellij-plugin and I am trying to set up a library module which would be used by two other modules, each one an IntelliJ Plugin, and can’t manage to import the library inside the two other modules
z
Hi Alex. So what's the question?
g
Hi @zolotov Do IntelliJ plugins get their dependency from jCenter? Can I build a common library for two plugins?
@zolotov For my understanding it is not possible
z
intellij plugins get dependency where you say them to get it from. I don't see why it's not possible
g
Could I tell my plugins to get dependencies from jCenter? Do you know how?