I'm seeing the following deprecation warning in our build scans:
While resolving configuration 'betterDynamicFeatures', it was also selected as a variant. Configurations should not act as both a resolution root and a variant simultaneously. Depending on the resolved configuration in this manner has been deprecated.
This will fail with an error in Gradle 9.0.
Be sure to mark configurations meant for resolution as canBeConsumed=false or use the 'resolvable(String)' configuration factory method to create them.
Documentation
It should be visible in any cash-android build scan, but happy to provide specific links if necessary.
I'm seeing the following deprecation warning in our build scans:
It should be visible in any cash-android build scan, but happy to provide specific links if necessary.