Skip to content

Commit c77188a

Browse files
committed
chore: Add dependency for adaptive UI
1 parent 5b2c17f commit c77188a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ kotlin {
3434
implementation(compose.runtime)
3535
implementation(compose.foundation)
3636
implementation("org.jetbrains.compose.material3:material3:1.9.0-beta03")
37+
implementation("org.jetbrains.compose.material3:material3-window-size-class:1.9.0-beta03")
3738
implementation(compose.ui)
3839
implementation(compose.components.resources)
3940
implementation(compose.components.uiToolingPreview)

0 commit comments

Comments
 (0)