-
-
Notifications
You must be signed in to change notification settings - Fork 822
Kotlin 2.3.0 #8743
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
Merged
Merged
Kotlin 2.3.0 #8743
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8743 +/- ##
============================================
- Coverage 85.36% 85.34% -0.02%
- Complexity 4383 4420 +37
============================================
Files 570 570
Lines 12557 12600 +43
Branches 2625 2650 +25
============================================
+ Hits 10719 10754 +35
+ Misses 695 693 -2
- Partials 1143 1153 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BraisGabin
reviewed
Oct 10, 2025
detekt-rules-errorprone/src/main/kotlin/dev/detekt/rules/bugs/MissingSuperCall.kt
Show resolved
Hide resolved
1 task
Closed
1 task
BraisGabin
reviewed
Dec 20, 2025
detekt-rules-style/src/test/kotlin/dev/detekt/rules/style/UnnecessaryParenthesesSpec.kt
Show resolved
Hide resolved
BraisGabin
reviewed
Dec 20, 2025
detekt-rules-style/src/test/kotlin/dev/detekt/rules/style/CanBeNonNullableSpec.kt
Show resolved
Hide resolved
The nullability of expression `if (fizz % 2 == 0) fizz else 1` has changed since Kotlin 2.3.0-Beta2. In earlier Kotlin versions this was not nullable, but in Kotlin 2.3.0 this is now nullable. I don't see a way to work around this behaviour change. I _think_ this was introduced by https://youtrack.jetbrains.com/issue/KT-78127
BraisGabin
approved these changes
Dec 21, 2025
Collaborator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
compiler-plugin
core
dependencies
Pull requests that update a dependency file
notable changes
Marker for notable changes in the changelog
rules
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #8745