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
zolotov
02/14/2018, 10:31 AM
Hi Alex. So what's the question?
g
galex
02/14/2018, 8:54 PM
Hi @zolotov Do IntelliJ plugins get their dependency from jCenter? Can I build a common library for two plugins?
galex
02/14/2018, 8:54 PM
@zolotov For my understanding it is not possible
z
zolotov
02/15/2018, 10:22 AM
intellij plugins get dependency where you say them to get it from. I don't see why it's not possible
g
galex
02/19/2018, 12:01 PM
Could I tell my plugins to get dependencies from jCenter? Do you know how?