Commit 7f87247
authored
Revert hardcoded compose.material3 (#5441)
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")
```File tree
5 files changed
+9
-79
lines changed- gradle-plugins
- buildSrc/src/main/kotlin
- compose
- src/main/kotlin/org/jetbrains/compose
5 files changed
+9
-79
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
Lines changed: 0 additions & 72 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments