Open
Description
Describe the solution you'd like
Android gradle kts has deprecated the use of flavorDimensions("default") and suggests
replacing with flavorDimensions += "default"
this works, however app centre does not recognise this and builds multiple apks which fail the build see my issue Build Issue #LNE7ZRGW
Describe alternatives you've considered
using the deprecated method works i just do not like having to employ a deprecated function
Additional context
Add any other context or screenshots about the feature request here.