-
Notifications
You must be signed in to change notification settings - Fork 138
Bump kotlinVersion from 2.2.21 to 2.3.0 #3409
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
andreia-ferreira
merged 4 commits into
master
from
dependabot/gradle/master/kotlinVersion-2.3.0
Dec 23, 2025
Merged
Bump kotlinVersion from 2.2.21 to 2.3.0 #3409
andreia-ferreira
merged 4 commits into
master
from
dependabot/gradle/master/kotlinVersion-2.3.0
Dec 23, 2025
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
Bumps `kotlinVersion` from 2.2.21 to 2.3.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.21 to 2.3.0 Updates `org.jetbrains.kotlin.android` from 2.2.21 to 2.3.0 Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.21 to 2.3.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3409 +/- ##
============================================
+ Coverage 69.86% 69.91% +0.05%
- Complexity 1596 1599 +3
============================================
Files 318 318
Lines 8575 8597 +22
Branches 949 949
============================================
+ Hits 5991 6011 +20
- Misses 2008 2010 +2
Partials 576 576 🚀 New features to boost your workflow:
|
andreia-ferreira
approved these changes
Dec 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps
kotlinVersionfrom 2.2.21 to 2.3.0.Updates
org.jetbrains.kotlin:kotlin-gradle-pluginfrom 2.2.21 to 2.3.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
... (truncated)
Commits
f95cb2fAdd ChangeLog for 2.3.0-RC39d65a2eKT-82901: Fix issue with converting Long.MIN_VALUE to Duration35a9a82FE: Postpone DiscriminateSuspendInOverloadResolutione0b7eeaFE: Add tests for KT-82869e66298cAdd ChangeLog for 2.3.0-RC2e490802[K/JS] Introduce a compiler argument to enable export of suspend functions585094bFIR2IR: Avoid generation of incorrect suspend adapter for custom implementationc69adc7FIR2IR: Rename and clarify contracts for suspicious utility functionb4bb8bfFIR2IR: Pass original expected type to applySuspendConversionIfNeeded4718830FIR2IR: Add tests for KT-82590Updates
org.jetbrains.kotlin:kotlin-reflectfrom 2.2.21 to 2.3.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.
... (truncated)
Commits
f95cb2fAdd ChangeLog for 2.3.0-RC39d65a2eKT-82901: Fix issue with converting Long.MIN_VALUE to Duration35a9a82FE: Postpone DiscriminateSuspendInOverloadResolutione0b7eeaFE: Add tests for KT-82869e66298cAdd ChangeLog for 2.3.0-RC2e490802[K/JS] Introduce a compiler argument to enable export of suspend functions585094bFIR2IR: Avoid generation of incorrect suspend adapter for custom implementationc69adc7FIR2IR: Rename and clarify contracts for suspicious utility functionb4bb8bfFIR2IR: Pass original expected type to applySuspendConversionIfNeeded4718830FIR2IR: Add tests for KT-82590Updates
org.jetbrains.kotlin:kotlin-serializationfrom 2.2.21 to 2.3.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-serialization's changelog.
... (truncated)
Commits
f95cb2fAdd ChangeLog for 2.3.0-RC39d65a2eKT-82901: Fix issue with converting Long.MIN_VALUE to Duration35a9a82FE: Postpone DiscriminateSuspendInOverloadResolutione0b7eeaFE: Add tests for KT-82869e66298cAdd ChangeLog for 2.3.0-RC2e490802[K/JS] Introduce a compiler argument to enable export of suspend functions585094bFIR2IR: Avoid generation of incorrect suspend adapter for custom implementationc69adc7FIR2IR: Rename and clarify contracts for suspicious utility functionb4bb8bfFIR2IR: Pass original expected type to applySuspendConversionIfNeeded4718830FIR2IR: Add tests for KT-82590Updates
org.jetbrains.kotlin:kotlin-stdlibfrom 2.2.21 to 2.3.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.
... (truncated)
Commits
f95cb2fAdd ChangeLog for 2.3.0-RC39d65a2eKT-82901: Fix issue with converting Long.MIN_VALUE to Duration35a9a82FE: Postpone DiscriminateSuspendInOverloadResolutione0b7eeaFE: Add tests for KT-82869e66298cAdd ChangeLog for 2.3.0-RC2e490802[K/JS] Introduce a compiler argument to enable export of suspend functions585094bFIR2IR: Avoid generation of incorrect suspend adapter for custom implementationc69adc7FIR2IR: Rename and clarify contracts for suspicious utility functionb4bb8bfFIR2IR: Pass original expected type to applySuspendConversionIfNeeded4718830FIR2IR: Add tests for KT-82590Updates
org.jetbrains.kotlin:kotlin-testfrom 2.2.21 to 2.3.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-test's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test's changelog.
... (truncated)
Commits
f95cb2fAdd ChangeLog for 2.3.0-RC39d65a2eKT-82901: Fix issue with converting Long.MIN_VALUE to Duration