If you specify multiple files to the `config` Gradle property, will it merge the configs together? O...
c
If you specify multiple files to the
config
Gradle property, will it merge the configs together? Or will one override the other? I'm trying to find a way to have a common config with shared options and then separate configs for different modules with more specific settings and options, to avoid repeating myself everywhere.
b
It will override.
c
Alright, thanks for that