You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: