Is it possible to write plugin, which 1) configure global config in root 2) use it in submodules with global config 3) override some specific options in concrete module ? I prefer to setup some common, default configuration in one place
t
tapchicoma
12/30/2019, 11:39 AM
you want to have common configration for your subprojects?
g
gildor
01/01/2020, 12:55 PM
Yes, sure
Probably the best solution is custom plugin in build src which you apply to module, such plugin not only can provide some conventions, but also additional extensions for configuration