Skip to content

Conversation

@igordmn
Copy link
Collaborator

@igordmn igordmn commented Aug 28, 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

@igordmn igordmn changed the title Pass Material3 version to Gradle plugin Revert hardcoded compose.material3 (2) Aug 28, 2025
@igordmn igordmn requested a review from MatkovIvan August 29, 2025 09:51
@igordmn igordmn merged commit 37181ab into master Aug 29, 2025
21 checks passed
@igordmn igordmn deleted the igor.demin/pass-material3-version-to-gradle-plugin branch August 29, 2025 10:42
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
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")
```
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.

2 participants