Revert hardcoded compose.material3 (2)#5405
Merged
Conversation
Material3 has a separate version ## Release Notes N/A
igordmn
commented
Aug 28, 2025
compose.material3 (2)
MatkovIvan
approved these changes
Aug 29, 2025
igordmn
added a commit
that referenced
this pull request
Sep 30, 2025
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
henryqwe
pushed a commit
to henryqwe/compose-multiplatform
that referenced
this pull request
Oct 1, 2025
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
sekater
added a commit
that referenced
this pull request
Oct 1, 2025
Cherry-pick of #5405 Cherry-pick of CI: https://jetbrains.team/p/ui/reviews/58/timeline [TeamCity test build](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_BranchRelease_AllPersonalBuild/5528887) Fixes [CMP-8802](https://youtrack.jetbrains.com/issue/CMP-8802) Revert hardcoded `compose.material3` for stable Material in 1.9.1 ## Release Notes ### Migration Notes - Multiple Platforms `compose.material3` alias from Gradle plugin now points to `org.jetbrains.compose.material3:material3:1.9.0` (based on Jetpack Compose `1.4.0`), it was `org.jetbrains.compose.material3:material3:1.8.2` (based on Jetpack Compose `1.3.2`) in Compose Multiplatform `1.9.0`. If you want to stay on the same minor version, replace the alias by an explicit dependency: ``` // was implementation(compose.material3) // replace by implementation("org.jetbrains.compose.material3:material3:1.8.2") ```
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.
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