File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ version of Compose Multiplatform:
35
35
36
36
| Kotlin version | Min. Compose Multiplatform version | Notes |
37
37
| ----------------| ------------------------------------| ----------------------------------------------------------|
38
+ | 1.9.23 | 1.6.1 |
38
39
| 1.9.22 | 1.5.12 |
39
40
| 1.9.21 | 1.5.11 |
40
41
| 1.9.20 | 1.5.10 |
@@ -185,6 +186,7 @@ which version of Jetpack Compose artifact is used:
185
186
186
187
| Compose Multiplatform version | Jetpack Compose version | Jetpack Compose Material3 version |
187
188
| -----------------------------------------------------------------------------------| -------------------------| -----------------------------------|
189
+ | [ 1.6.1] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.1 ) | 1.6.3 | 1.2.1 |
188
190
| [ 1.6.0] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.0 ) | 1.6.1 | 1.2.0 |
189
191
| [ 1.5.12] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.12 ) | 1.5.4 | 1.1.2 |
190
192
| [ 1.5.11] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.11 ) | 1.5.4 | 1.1.2 |
Original file line number Diff line number Diff line change 4
4
5
5
<vars >
6
6
7
- <var name =" composeVersion" value =" 1.6.0 " type =" string" />
7
+ <var name =" composeVersion" value =" 1.6.1 " type =" string" />
8
8
9
- <var name =" kotlinVersion" value =" 1.9.22 " type =" string" />
9
+ <var name =" kotlinVersion" value =" 1.9.23 " type =" string" />
10
10
11
11
<var name =" coroutinesVersion" value =" 1.7.3" type =" string" />
12
12
You can’t perform that action at this time.
0 commit comments