Conversation
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (5)
WalkthroughThis pull request removes the Dokka documentation generation plugin from the entire build system. The plugin is stripped from the Gradle version catalog and all build scripts and convention plugins that previously applied it. ChangesDokka Plugin Removal from Build System
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
SDK Size Comparison 📏
|
|




Goal
While working on the Dokka v2 bump in our conventions repo, I realized that in here we're still applying Dokka directly. That's not needed, the convention plugins do that already.
Implementation
Remove Dokka plugin from the version catalog and all plugin applications
Testing
Dokka should still work, e.g.
./gradlew dokkaHtmlMultimoduleSummary by CodeRabbit