Skip to content

Update Kotlin, KSP and Compose Multiplatform#1586

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

Update Kotlin, KSP and Compose Multiplatform#1586
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kotlin

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.compose.material3:material3-window-size-class 1.11.0-alpha051.11.0-alpha06 age confidence
org.jetbrains.compose.material3:material3 1.11.0-alpha051.11.0-alpha06 age confidence
org.jetbrains.compose 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.ui:ui-backhandler 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.ui:ui-tooling-preview 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.components:components-resources 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.material:material 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.ui:ui-util 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.ui:ui-tooling 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.ui:ui 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.foundation:foundation 1.11.0-beta011.11.0-beta02 age confidence
org.jetbrains.compose.runtime:runtime 1.11.0-beta011.11.0-beta02 age confidence

Release Notes

JetBrains/compose-jb (org.jetbrains.compose)

v1.11.0-beta02

Changes since 1.11.0-beta01

Migration Notes

Multiple Platforms
  • runComposeUiTest, runSkikoComposeUiTest, runDesktopComposeUiTest are deprecated in favor v2 versions #​2919
Web
  • Kotlin 2.3.20 is required when using Compose Multiplatform with Kotlin/JS or Kotlin/Wasm #​2918

Features

Multiple Platforms
  • Support v2 Compose UI Tests APIs on non-android targets which uses StandardTestDispatcher by default instead of UnconfinedTestDispatcher #​2919
  • Support a customization of effectContext in Compose UI tests #​2919

Fixes

Multiple Platforms
  • (prerelease fix) Fixed a path regression where PathMeasure.getSegment(..., startWithMoveTo = true) could produce incorrect results when reusing destination paths #​2902
  • Ctrl+Home/Ctrl+End or Cmd+Home/Cmd+End shortcuts should now work correctly in text fields #​2931
iOS
  • Fix an issue with scrolling when scrollable content is displayed in modal view controller #​2883
  • (prerelease fix) Fix crash during triple tap on empty textfield with usingNativeTextInput flag enabled #​2910
  • (prerelease fix) Fix crash after applying autocorrection change or keyboard suggestion in TextField when usingNativeTextInput flag is enabled #​2921
  • Fix crash caused by the missing symbol UIWindowSceneGeometry on iOS 15 #​2924
  • (prerelease fix) Fix regression with the outdated and wrongly inserted keyboard suggestions in BasicTextField(TextFieldValue) and BasicTextField(TextFieldState) #​2925
  • (prerelease fix) Fix missing handles and caret in TextField on new line at the end of the text when usingNativeTextInput flag is enabled #​2908
  • The structure of accessibility elements is now better aligned with Android semantic nodes #​2916
  • Fix issues with accessibility elements not focusing at runtime #​2916
  • (prerelease fix) Fix incorrect appearance of Autofill context menu item in the BasicTextField(TextFieldValue) and BasicTextField(TextFieldState) #​2937
  • Fix ModalBottomSheetDialog content inset calculation #​2849
Desktop
  • Fix memory leak in dialogs with non-default compose.layers.type setting #​2864
  • [Accessibility] Improve performance of traversal groups with a large amount of children #​2900
  • Clear some scheduled tasks on scene closure #​2888
  • (prerelease fix) Bump Compose Hot Reload to 1.1.0-beta02 #​5569
Web
  • Fix identity hash code not being correctly cached #​2913
  • [iOS] Fix 'Fast delete' not working correctly for text containing emojis #​2927

Components

Gradle plugin

org.jetbrains.compose version 1.11.0-beta02

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.11.0-beta02 Runtime 1.11.0-beta02
UI org.jetbrains.compose.ui:ui*:1.11.0-beta02 UI 1.11.0-beta02
Foundation org.jetbrains.compose.foundation:foundation*:1.11.0-beta02 Foundation 1.11.0-beta02
Material org.jetbrains.compose.material:material*:1.11.0-beta02 Material 1.11.0-beta02
Material3 org.jetbrains.compose.material3:material3*:1.11.0-alpha06 Material3 1.5.0-alpha16
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha06 Material3 Adaptive 1.3.0-alpha09
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha03 Lifecycle 2.11.0-alpha03
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-rc01 Navigation3 1.1.0-rc01
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-alpha01 Navigation Event 1.1.0-alpha01
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0 Savedstate 1.4.0
WindowManager Core org.jetbrains.androidx.window:window-core:1.5.1 WindowManager 1.5.1


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/kotlin branch 25 times, most recently from 1dc3cb7 to 5ac2d70 Compare February 21, 2026 15:10
@renovate renovate bot force-pushed the renovate/kotlin branch 5 times, most recently from 6d15484 to 9102ae4 Compare February 24, 2026 09:17
@renovate renovate bot force-pushed the renovate/kotlin branch 17 times, most recently from 5d83fad to d81c48d Compare March 2, 2026 01:36
@renovate renovate bot changed the title Update Kotlin, KSP and Compose Multiplatform Update dependency com.google.devtools.ksp to v2.3.6 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/kotlin branch 11 times, most recently from 82235c6 to d1ff86e Compare March 4, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants