Skip to content

Update Kotlin/Compose - #272

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

Update Kotlin/Compose#272
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kotlincompose

Conversation

@renovate

@renovate renovate Bot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.10.01.11.0 age confidence
org.jetbrains.kotlin.plugin.serialization (source) 2.3.202.3.21 age confidence
org.jetbrains.kotlin.multiplatform (source) 2.3.202.3.21 age confidence
org.jetbrains.kotlin.android (source) 2.3.202.3.21 age confidence
org.jetbrains.kotlin:kotlin-test (source) 2.3.202.3.21 age confidence
org.jetbrains.kotlin:kotlin-reflect (source) 2.3.202.3.21 age confidence
org.jetbrains.kotlin:kotlin-bom (source) 2.3.202.3.21 age confidence

Release Notes

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)
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

v2.3.21

Backend. Wasm
  • KT-84610 [Wasm] Failed to compile klibs in IC mode
Compiler
  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project
JavaScript
  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map
Libraries
  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API
Native. C and ObjC Import
  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20
Tools. Gradle
  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal
Tools. Gradle. Compiler plugins
  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+
Tools. Scripts
  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location
Tools. Statistics (FUS)
  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "before 5am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Never, 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 added the dependencies label Feb 9, 2026
@renovate
renovate Bot enabled auto-merge February 9, 2026 02:05
@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

😔 JUnit failed

Passed Failed Skipped
✅ 0 ❌ 0 ⚠️ 0

You can see the report here.

🥳 JUnit passed

Passed Failed Skipped
✅ 38 ❌ 0 ⚠️ 4

You can see the report here.

🥳 JUnit passed

Passed Failed Skipped
✅ 38 ❌ 0 ⚠️ 4

You can see the report here.

😔 JUnit failed

Passed Failed Skipped
✅ 0 ❌ 0 ⚠️ 0

You can see the report here.

Comment thread libs.versions.toml Outdated
@renovate
renovate Bot force-pushed the renovate/kotlincompose branch from 932c846 to e8343d2 Compare February 9, 2026 15:34
@renovate renovate Bot changed the title Update Kotlin/Compose to v2.3.10 Update Kotlin/Compose Feb 9, 2026
@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 6 package(s) with unknown licenses.
See the Details below.

License Issues

settings.gradle.kts

PackageVersionLicenseIssue Type
co.touchlab.skie:configuration-annotations0.10.10NullUnknown License
co.touchlab.skie:configuration-annotations-jvm0.10.10NullUnknown License
org.jetbrains.kotlin:kotlin-stdlib2.3.10NullUnknown License
org.jetbrains.kotlin:kotlin-stdlib-common2.3.10NullUnknown License
org.jetbrains.kotlin:kotlin-test2.3.10NullUnknown License
org.jetbrains.kotlin:kotlin-test-junit2.3.10NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
maven/co.touchlab.skie:configuration-annotations 0.10.10 UnknownUnknown
maven/co.touchlab.skie:configuration-annotations-jvm 0.10.10 UnknownUnknown
maven/org.jetbrains.kotlin:kotlin-stdlib 2.3.10 UnknownUnknown
maven/org.jetbrains.kotlin:kotlin-stdlib-common 2.3.10 UnknownUnknown
maven/org.jetbrains.kotlin:kotlin-test 2.3.10 UnknownUnknown
maven/org.jetbrains.kotlin:kotlin-test-junit 2.3.10 UnknownUnknown

Scanned Files

  • settings.gradle.kts

@renovate
renovate Bot force-pushed the renovate/kotlincompose branch from e8343d2 to 13117bc Compare February 17, 2026 15:49
@renovate
renovate Bot added this pull request to the merge queue Mar 1, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 1, 2026
@wiyarmir
wiyarmir added this pull request to the merge queue Mar 3, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 3, 2026
@renovate
renovate Bot enabled auto-merge April 28, 2026 12:11
@renovate
renovate Bot force-pushed the renovate/kotlincompose branch from 13117bc to c18c578 Compare April 28, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant