Skip to content

Commit 204cbfd

Browse files
committed
upgrade compose to 1.9.1, v1.0.13
1 parent 77ba1ab commit 204cbfd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composeApp/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7071
compose.desktop {
7172
application {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
kotlin = "2.2.0"
4-
compose = "1.9.0-alpha03"
4+
compose = "1.9.1"
55
hotReload = "1.0.0-alpha09"
66
updates = "0.52.0"
77
kermit = "2.0.6"

0 commit comments

Comments
 (0)