This message was deleted.
# kotlin-dsl
s
This message was deleted.
v
Yes, the magic words to search in the docs is "convention plugin", for example implemented as precompiled script plugin.
h
I’ve used the convention plugin in the buildSrc of the project and there I set the common part in it and the rest needed (like image) in the module itself.