Use rootProject.libs#7804
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates Changes
Sequence Diagram(s)Not applicable — this change is limited to build configuration dependency references and does not involve a runtime flow. Related Issues: Not specified in the provided information. Related PRs: Not specified in the provided information. Suggested labels: build, dependencies Suggested reviewers: Not specified in the provided information. Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@CodeRabbit review |
✅ Action performedReview finished.
|
|
@CodeRabbit review |
✅ Action performedReview finished.
|
|
|
||
| dependencies { | ||
| errorprone(libs.error.prone.core) | ||
| errorprone(rootProject.libs.error.prone.core) |
There was a problem hiding this comment.
This build file is for the rootProject, so why is this needed? Also, there are many other uses of libs why aren't the changed?
No description provided.