Skip to content

Bump org.jetbrains.kotlin.plugin.compose from 2.3.20-Beta2 to 2.3.20-RC#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/main/org.jetbrains.kotlin.plugin.compose-2.3.20-RC
Open

Bump org.jetbrains.kotlin.plugin.compose from 2.3.20-Beta2 to 2.3.20-RC#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/main/org.jetbrains.kotlin.plugin.compose-2.3.20-RC

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps org.jetbrains.kotlin.plugin.compose from 2.3.20-Beta2 to 2.3.20-RC.

Release notes

Sourced from org.jetbrains.kotlin.plugin.compose's releases.

Kotlin 2.3.20-RC

Changelog

Backend. Wasm

  • KT-82649 K/Wasm: Rewrite StringBuilder to use JsString
  • KT-83995 K/Wasm: 2.3.0 -> 2.3.20-Beta1 degradation in arrow tests
  • KT-83839 K/Wasm: CMP. Load time on Safari significantly increased with Kotlin = 2.3.20-Beta1

Compiler

  • KT-83372 compileDebugKotlinAndroid hangs in 2.3.0 with SQLDelight
  • KT-83849 False-positive NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS for Optional.orElse(null) call
  • KT-84192 "Member overrides different '@Throws' filter from" caused by overriding in different module
  • KT-83697 Native: increased bitcode produced with enabled safe casts
  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-83824 Delegated property in Gradle DSL fails to compile
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-78443 Refactor session component initialization for multi-target compilation

Compose compiler

JavaScript

  • KT-83572 KJS/Wasm: Cannot access @JsModule-declared class from non-modular project
  • KT-84134 KJS/CMP: "IrLinkageError: Function 'get' can not be called: No function found for symbol"
  • KT-64951 Kotlin-Multiplatform does not allow JSExport of expect

Klibs

  • KT-84273 [Klib] Added IrOffsetsChecker broke backward klib compatibility

Native

  • KT-83542 Switch the default GC back to PMCS in 2.3.20-RC

Native. ObjC Export

  • KT-83736 Objective-C export with objcExportBlockExplicitParameterNames generates invalid block signature when lambda parameter is named id

Tools. Build Tools API

  • KT-83971 BTA: OperationCancelledException cannot be thrown properly from isolated classloader

Tools. Compiler plugins. Compose

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.compose's changelog.

2.3.20-RC

Backend. Wasm

  • KT-82649 K/Wasm: Rewrite StringBuilder to use JsString
  • KT-83995 K/Wasm: 2.3.0 -> 2.3.20-Beta1 degradation in arrow tests
  • KT-83839 K/Wasm: CMP. Load time on Safari significantly increased with Kotlin = 2.3.20-Beta1

Compiler

  • KT-83372 compileDebugKotlinAndroid hangs in 2.3.0 with SQLDelight
  • KT-83849 False-positive NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS for Optional.orElse(null) call
  • KT-84192 "Member overrides different '@Throws' filter from" caused by overriding in different module
  • KT-83697 Native: increased bitcode produced with enabled safe casts
  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-83824 Delegated property in Gradle DSL fails to compile
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-78443 Refactor session component initialization for multi-target compilation

Compose compiler

JavaScript

  • KT-83572 KJS/Wasm: Cannot access @JsModule-declared class from non-modular project
  • KT-84134 KJS/CMP: "IrLinkageError: Function 'get' can not be called: No function found for symbol"
  • KT-64951 Kotlin-Multiplatform does not allow JSExport of expect

Klibs

  • KT-84273 [Klib] Added IrOffsetsChecker broke backward klib compatibility

Native

  • KT-83542 Switch the default GC back to PMCS in 2.3.20-RC

Native. ObjC Export

  • KT-83736 Objective-C export with objcExportBlockExplicitParameterNames generates invalid block signature when lambda parameter is named id

Tools. Build Tools API

  • KT-83971 BTA: OperationCancelledException cannot be thrown properly from isolated classloader

Tools. Compiler plugins. Compose

... (truncated)

Commits
  • 0fbd889 Add ChangeLog for 2.3.20-RC
  • d45bd86 [Gradle] Mute KT-82090 jvm+android commonMain dependency with Project Isolation
  • 0f67fa6 [Gradle] Fix Isolated Projects for Android&JVM Source Set deps resolver
  • 421d157 [Gradle] Add test to verify IDE dependencies resolution
  • bcd7916 [IR] Don't apply IrOffsetsChecker on 2nd compilation stage
  • 514a991 [Gradle] Track GranularMetadataTransformation flags as task inputs
  • 9b3444e [Gradle] Add allowMatchingByRequestedCoordinatesInGMDT flag
  • daabfd5 [JVM][Coroutines] fix hanging resumePointDependentAnalysis
  • abccd05 K2/inference: preserve attributes consistently in makeLowerBoundDefinitelyNot...
  • 7cfe378 [FIR] Substitute type attributes of trivial flexible types
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.20-Beta2 to 2.3.20-RC.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.20-Beta2...v2.3.20-RC)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.3.20-RC
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies dependabot label Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants