-
Notifications
You must be signed in to change notification settings - Fork 9
Bump Kotlin to 2.2.20 and clean up build scripts #149
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
Conversation
Also bump Dokka to 2.1.0-Beta.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## main #149 +/- ## ============================================ + Coverage 85.21% 85.23% +0.02% - Complexity 218 219 +1 ============================================ Files 29 29 Lines 656 657 +1 Branches 117 117 ============================================ + Hits 559 560 +1 Misses 68 68 Partials 29 29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Another question: does it really make sense to keep Detekt? Asking as it's an added complication for little value.
The codebase is relatively small, and PR reviews will catch any style issue.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains multiple changes:
See the
release.yml
workflow, and comments inbuild.gradle.kts
. You will have to fill in the TODO and test that everything works.Note: in draft until 2.2.20 is released.
Closes: #148
Closes: #113