ukor
ukor copied to clipboard
Override flavor sources in the given order
The problem: If you have an flavor defined with 2 or more sources, they will be override in reverse direction those given. So source2 will be override by source1, what is confusing for the users.
flavors:
flavor_name:
src:
- source1
- source2
This pull request will doing flavor source overrides in the given order.
Hi @slheavner, i'm not sure why we still want to support the reversed version ?