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

Gradle configuration warning: "Configuration is both resolvable/consumable or consumable/declarable" #1293

Closed
ZacSweers opened this issue Jan 30, 2023 · 1 comment
Assignees
Milestone

Comments

@ZacSweers
Copy link
Contributor

Seeing this warning when running ./gradlew check in this project: https://github.com/zacsweers/catchup

The configuration :app:kspDebugUnitTestKotlinProcessorClasspath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :app:kspDebugUnitTestKotlinProcessorClasspath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
@ting-yuan ting-yuan added this to the 1.0.10 milestone Feb 4, 2023
@ZacSweers
Copy link
Contributor Author

Accidental dupe of #1294

@ZacSweers ZacSweers closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2023
@ting-yuan ting-yuan self-assigned this Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants