Skip to content

Commit ccd718b

Browse files
authored
Merge pull request JetBrains#73 from JetBrains/igordmn-patch-1
Update versions for Compose 1.6.0
2 parents e7f21fa + 8f8b159 commit ccd718b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

topics/compose/compose-compatibility-and-versioning.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,12 @@ Multiplatform, there are two options:
9191

9292
| Kotlin version | Compose Multiplatform compiler version |
9393
|----------------|----------------------------------------|
94-
| 2.0.0-Beta1 | `1.5.4-dev1-kt2.0.0-Beta1` |
95-
| 1.9.22 | `1.5.8` |
94+
| 2.0.0-Beta4 | `1.5.9-kt-2.0.0-Beta4` |
95+
| 1.9.22 | `1.5.8.1` |
9696
| 1.9.21 | `1.5.4` |
9797
| 1.9.20 | `1.5.3` |
98-
| 1.9.20-RC | `1.5.3-rc01` |
99-
| 1.9.20-Beta2 | `1.5.2.1-Beta3` |
100-
| 1.9.20-Beta | `1.5.2.1-Beta2` |
10198
| 1.9.10 | `1.5.2` |
10299
| 1.9.0 | `1.5.1` |
103-
| 1.9.0-RC | `1.4.8-beta` |
104-
| 1.9.0-Beta | `1.4.7.1-beta` |
105100
| 1.8.22 | `1.4.8` |
106101
| 1.8.21 | `1.4.7` |
107102
| 1.8.20 | `1.4.5` |
@@ -190,6 +185,7 @@ which version of Jetpack Compose artifact is used:
190185

191186
| Compose Multiplatform version | Jetpack Compose version | Jetpack Compose Material3 version |
192187
|-----------------------------------------------------------------------------------|-------------------------|-----------------------------------|
188+
| [1.6.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.0) | 1.6.1 | 1.2.0 |
193189
| [1.5.12](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.12) | 1.5.4 | 1.1.2 |
194190
| [1.5.11](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.11) | 1.5.4 | 1.1.2 |
195191
| [1.5.10](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.10) | 1.5.4 | 1.1.2 |

v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<vars>
66

7-
<var name="composeVersion" value="1.5.12" type="string"/>
7+
<var name="composeVersion" value="1.6.0" type="string"/>
88

99
<var name="kotlinVersion" value="1.9.22" type="string"/>
1010

0 commit comments

Comments
 (0)