Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
The old Variant API has
missingDimensionStrategy
but the new one does not. it's important in order to be able to select a specific flavor in a sub-project on a per-variant basis.We should probably also make sure it supports fallbacks for both flavors (the API technically already support fallbacks but I'm not sure how it handles dimensions that are not missing), and build types. This may require a different API that the
matchingFallbacks
property that's on Build type and flavors.We need the first part at least to deprecate the old API.