File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ kotlin {
1717 commonMain.dependencies {
1818 implementation(compose.runtime)
1919 implementation(compose.foundation)
20- implementation(compose.material3)
20+ // TODO replace with compose.material3 again when material expressive is stable.
21+ implementation(" org.jetbrains.compose.material3:material3:1.9.0-alpha04" )
2122 implementation(compose.components.resources)
2223 implementation(compose.components.uiToolingPreview)
2324
@@ -65,7 +66,7 @@ kotlin {
6566 }
6667}
6768
68- val appVersion = " 1.0.12 "
69+ val appVersion = " 1.0.13 "
6970
7071compose.desktop {
7172 application {
Original file line number Diff line number Diff line change 11[versions ]
22
33kotlin = " 2.2.0"
4- compose = " 1.9.0-alpha03 "
4+ compose = " 1.9.1 "
55hotReload = " 1.0.0-alpha09"
66updates = " 0.52.0"
77kermit = " 2.0.6"
You can’t perform that action at this time.
0 commit comments