Revert hardcoded compose.material3#5441
Merged
sekater merged 1 commit intorelease/1.9from Oct 1, 2025
Merged
Conversation
Fixes https://youtrack.jetbrains.com/issue/CMP-8556 And pass Material3 as a separate version CI: https://jetbrains.team/p/ui/reviews/42/timeline ## Release Notes N/A # Conflicts: # gradle-plugins/gradle.properties
igordmn
commented
Sep 30, 2025
|
|
||
| # Default version of Compose Libraries used by Gradle plugin | ||
| compose.version=1.9.0-alpha02 | ||
| compose.version=1.9.0-rc01 |
Contributor
Author
There was a problem hiding this comment.
I decided to keep the cherry-pick without changes. Anyway it is replaced on CI
MatkovIvan
approved these changes
Oct 1, 2025
Contributor
MatkovIvan
left a comment
There was a problem hiding this comment.
(Updated wording in release notes a bit)
sekater
approved these changes
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #5405
Cherry-pick of CI: https://jetbrains.team/p/ui/reviews/58/timeline
TeamCity test build
Fixes CMP-8802 Revert hardcoded
compose.material3for stable Material in 1.9.1Release Notes
Migration Notes - Multiple Platforms
compose.material3alias from Gradle plugin now points toorg.jetbrains.compose.material3:material3:1.9.0(based on Jetpack Compose Material31.4.0), it wasorg.jetbrains.compose.material3:material3:1.8.2(based on Jetpack Compose Material31.3.2) in Compose Multiplatform1.9.0. If you want to stay on the same minor version, replace the alias by an explicit dependency: