Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"While resolving configuration 'betterDynamicFeatures', it was also selected as a variant." warning in build scans #116

Open
Egorand opened this issue Feb 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Egorand
Copy link

Egorand commented Feb 9, 2024

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.

@dellisd dellisd added the bug Something isn't working label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants