Another question, if I a developing a plugin, I us...
# gradle
a
Another question, if I a developing a plugin, I use
includeBuild
to make this plugin discoverable by the other projects. This works great. However, I have a project with some 'domain' data which I want to also reference in the plugin project. This poses a problem because I cant resolve that project in the plugin project. What is the way of working here?
a
It depends what sort of domain data, and what you want your plugin to do with it. Is the domain data Kotlin classes?
v
And why don't you include that build then in the plugin build? Besides that, please always consider channel topics and server topics too in open communities, not only names. Both your questions are off-topic. 😉
👍 1