Skip to content

Commit 17f8d3d

Browse files
authored
update: Compose 1.6.1 versions
1 parent 6f4fb5b commit 17f8d3d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ version of Compose Multiplatform:
3535

3636
| Kotlin version | Min. Compose Multiplatform version | Notes |
3737
|----------------|------------------------------------|----------------------------------------------------------|
38+
| 1.9.23 | 1.6.1 |
3839
| 1.9.22 | 1.5.12 |
3940
| 1.9.21 | 1.5.11 |
4041
| 1.9.20 | 1.5.10 |
@@ -185,6 +186,7 @@ which version of Jetpack Compose artifact is used:
185186

186187
| Compose Multiplatform version | Jetpack Compose version | Jetpack Compose Material3 version |
187188
|-----------------------------------------------------------------------------------|-------------------------|-----------------------------------|
189+
| [1.6.1](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.1) | 1.6.3 | 1.2.1 |
188190
| [1.6.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.0) | 1.6.1 | 1.2.0 |
189191
| [1.5.12](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.12) | 1.5.4 | 1.1.2 |
190192
| [1.5.11](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.11) | 1.5.4 | 1.1.2 |

v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<vars>
66

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

9-
<var name="kotlinVersion" value="1.9.22" type="string"/>
9+
<var name="kotlinVersion" value="1.9.23" type="string"/>
1010

1111
<var name="coroutinesVersion" value="1.7.3" type="string"/>
1212

0 commit comments

Comments
 (0)