Skip to content

Merge Jetpack Compose 1.11.0-alpha05#2755

Merged
Oleksandr Karpovich (eymar) merged 10 commits into
jb-mainfrom
integration-copy/compose/9d4064b90bd/to-jb-main
Feb 16, 2026
Merged

Merge Jetpack Compose 1.11.0-alpha05#2755
Oleksandr Karpovich (eymar) merged 10 commits into
jb-mainfrom
integration-copy/compose/9d4064b90bd/to-jb-main

Conversation

@eymar

@eymar Oleksandr Karpovich (eymar) commented Feb 11, 2026

Copy link
Copy Markdown
Member
GroupId ReleaseVersion ReleaseSHA ReleaseBuildId ReleaseDate
androidx.compose.animation 1.11.0-alpha05 cdf076c 14838085 2/11/2026
androidx.compose.foundation 1.11.0-alpha05 cdf076c 14838085 2/11/2026
androidx.compose.material 1.11.0-alpha05 cdf076c 14838085 2/11/2026
androidx.compose.runtime 1.11.0-alpha05 cdf076c 14838085 2/11/2026
androidx.compose.ui 1.11.0-alpha05 cdf076c 14838085 2/11/2026

Fixes https://youtrack.jetbrains.com/issue/CMP-9742/Merge-Jetpack-Compose-1.11.0-alpha05

Testing

N/A

Release Notes

Migration Notes - Multiple Platforms

  • Kotlin 2.3 is required for native and web platforms

@eymar Oleksandr Karpovich (eymar) force-pushed the integration-copy/compose/9d4064b90bd/to-jb-main branch from e9809b7 to f6e8aa2 Compare February 12, 2026 08:48
@eymar Oleksandr Karpovich (eymar) force-pushed the integration-copy/compose/9d4064b90bd/to-jb-main branch 4 times, most recently from 6a27263 to 15613f1 Compare February 12, 2026 11:27
Comment thread gradle.properties Outdated
@@ -17,7 +17,7 @@ org.gradle.dependency.verification.console=verbose
# TODO set to true after updating to Kotlin 2.2.21 or greater

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to remove this TODO

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

KOTLIN_2_3(KotlinVersion.KOTLIN_2_3, "kotlin23"),
DEFAULT(JETBRAINS_COMPILE_KOTLIN_VERSION),
LATEST(KOTLIN_2_2);
LATEST(KOTLIN_2_3);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kotlin change usually breaks our TeamCity. Did we run it? If not, let's run.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make it green, we need to update Kotlin version in compose-multiplatform too. I'll make a PR for that.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to run CI before merge, to avoid mid-breakages.

To do this, we need to have the same branch name in 2 repos.

@igordmn Igor Demin (igordmn) Feb 13, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To do this, we need to have the same branch name in 2 repos.

Or just merge that PR first, also works, indeed

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more update in compose-multiplatform - JetBrains/compose-multiplatform#5536

Comment thread compose/mpp/demo-swiftui/build.gradle.kts Outdated
@eymar Oleksandr Karpovich (eymar) force-pushed the integration-copy/compose/9d4064b90bd/to-jb-main branch from 9940b04 to df639f1 Compare February 16, 2026 10:30
@eymar Oleksandr Karpovich (eymar) force-pushed the integration-copy/compose/9d4064b90bd/to-jb-main branch from bb1e03a to 072bb01 Compare February 16, 2026 11:01
@eymar Oleksandr Karpovich (eymar) merged commit 666cb6c into jb-main Feb 16, 2026
44 of 49 checks passed
@eymar Oleksandr Karpovich (eymar) deleted the integration-copy/compose/9d4064b90bd/to-jb-main branch February 16, 2026 12:00
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.

3 participants