Hi @Ken Yee, unfortunately that is currently not possible. Can you elaborate more on your use case how you add the same custom value multiple times per build? Do you apply some kind of plugin to all modules which does add custom values multiple times ?
k
Ken Yee
06/30/2022, 11:38 AM
Yes... Exactly that...plugin that adds a custom value but it's applied to multiple modules.
Expectation was custom values is just a hashmap/dictionary but apparently, it's not...
Ken Yee
06/30/2022, 1:32 PM
a bit hacky, but in case anyone needs to add a global flag to avoid setting a custom value twice, you can tuck something into rootProject.extra
g
Guy Brand
06/30/2022, 2:28 PM
Ok I see. Yes that would be a workaround to keep the state on the root project and integrate that in the plugin.