Skip to content

[chore] Renovate: Update kotlin#454

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kotlin
Open

[chore] Renovate: Update kotlin#454
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kotlin

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
com.google.devtools.ksp (source) 2.3.62.3.9 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.7.1-0.6.x-compat0.8.0-0.6.x-compat age confidence
org.jetbrains.kotlin.jvm 2.3.102.3.21 age confidence
org.jetbrains.kotlin.android 2.3.102.3.21 age confidence
org.jetbrains.kotlin.plugin.serialization 2.3.102.3.21 age confidence
org.jetbrains.kotlin.plugin.compose 2.3.102.3.21 age confidence
org.jetbrains.kotlin.plugin.power-assert 2.3.102.3.21 age confidence
org.jetbrains.kotlin.native.cocoapods 2.3.102.3.21 age confidence
org.jetbrains.kotlin.multiplatform 2.3.102.3.21 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-swing 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.10.21.11.0 age confidence

Release Notes

google/ksp (com.google.devtools.ksp)

v2.3.9

Compare Source

What's Changed

  • Cleaned up native cross-compilation support checks to prevent Gradle Configuration Cache invalidation (#​2953)
  • Fixed a compilation performance regression in in PsiResolutionStrategy introduced in 2.3.8 (#​2948)

Contributors

  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.8...2.3.9

v2.3.8

Compare Source

What's Changed

  • Enabled new default annotation use-site rules in Kotlin's Analysis API (see KEEP 402) for more information. Note: KSP was already mostly compatible with KEEP 402, so there shouldn't be any visible changes for users. (#​2888)
  • Enabled ksp.project.isolation by default when Gradle isolated projects are enabled (#​2866)
  • Improved getSymbolsWithAnnotation performance by implementing a new PSI-based resolution strategy (#​2816)

Contributors

  • Thanks to @​hugoncosta made and everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.7...2.3.8

v2.3.7

Compare Source

What's Changed

  • Bumped Kotlin target language version to 2.3 (#​2821)
  • Fixed crash caused by upstream dependency (#​2856)
  • Fixed support for Gradle Isolated Projects (#​2844)

Contributors

  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.6...2.3.7

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.11.0

==================

This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.

Expose Json exceptions structure

To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes JsonException, JsonDecodingException, and JsonEncodingException are now public.
They have relevant public properties, such as shortMessage, path, offset, and others.
This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #​1930, #​1877.

Ability to hide user input from exception messages for security/privacy reasons.

Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property exceptionsWithDebugInfo is added to JsonConfiguration.
Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #​2590 for more details.

Bugfixes and improvements

  • CBOR: Relax value range check when decoding numbers (#​3167)
  • Use a specialized writeDecimalLong method for IO stream integrations in Json (#​3152)
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.8.0-0.6.x-compat

v0.8.0

Breaking changes:

  • Deprecate TimeZone serialization (#​576).

Additions:

  • Add orNull functions for non-throwing construction of datetime entities (#​68).
  • Add parseOrNull extension functions for non-throwing attempts at parsing (#​508).
  • Introduce LocalIsoWeekDate for representing ISO week dates (#​603).
  • Introduce functions for finding the next or previous date with the given day-of-week (#​129).

Tweaks and fixes:

  • Fix bugs in Instant.until and Instant.periodUntil (#​534).
  • Always output seconds in the DateTimeComponents.Formats.RFC_1123 format (#​608).
  • On Kotlin/Native for Windows, whenever DST transitions are turned off by the user, the current system time zone is now fixed-offset (#​575).
Changelog relative to version 0.8.0-rc02

No changes, only the version is increased.

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.11.0

Compare Source

Restored binary compatibility with 1.10.2 and older versions on Wasm/JS for usages of Promise-related functions (#​4661).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) March 16, 2026 12:41
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 16, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate Bot requested a review from ryanw-mobile March 16, 2026 12:41
@renovate renovate Bot force-pushed the renovate/kotlin branch 9 times, most recently from f25297a to 1cdc6b0 Compare March 21, 2026 19:36
@ryanw-mobile ryanw-mobile added the Amazon Q development agent Generate new features or iterate code based on issue descriptions and comments. label Mar 21, 2026
@renovate renovate Bot force-pushed the renovate/kotlin branch 2 times, most recently from 6dbca04 to 4637ccd Compare March 26, 2026 00:35
@renovate renovate Bot force-pushed the renovate/kotlin branch from 4637ccd to 8525e31 Compare April 7, 2026 12:36
@codacy-production
Copy link
Copy Markdown
Contributor

codacy-production Bot commented Apr 7, 2026

Not up to standards ⛔

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🔴 Coverage ∅ diff coverage · -6.48% coverage variation

Metric Results
Coverage variation -6.48% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7d635f9) Report Missing Report Missing Report Missing
Head commit (2d01233) 3358 (+266) 2528 (+0) 75.28% (-6.48%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#454) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate renovate Bot force-pushed the renovate/kotlin branch from 8525e31 to 445f412 Compare April 9, 2026 21:25
@renovate renovate Bot changed the title [chore] Renovate: Update kotlin 2.3.10 to v2.3.20 [chore] Renovate: Update kotlin Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/kotlin branch 4 times, most recently from cfe99b5 to fe9b740 Compare April 10, 2026 13:27
@renovate renovate Bot force-pushed the renovate/kotlin branch 6 times, most recently from b247597 to 6319cf3 Compare April 23, 2026 19:58
@renovate renovate Bot force-pushed the renovate/kotlin branch 2 times, most recently from 62df696 to 5670d00 Compare April 26, 2026 19:31
@renovate renovate Bot force-pushed the renovate/kotlin branch 5 times, most recently from 6778f25 to 2d73790 Compare May 14, 2026 11:14
@renovate renovate Bot force-pushed the renovate/kotlin branch from 2d73790 to 2d01233 Compare May 26, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Amazon Q development agent Generate new features or iterate code based on issue descriptions and comments.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant