We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2c17f commit c77188aCopy full SHA for c77188a
composeApp/build.gradle.kts
@@ -34,6 +34,7 @@ kotlin {
34
implementation(compose.runtime)
35
implementation(compose.foundation)
36
implementation("org.jetbrains.compose.material3:material3:1.9.0-beta03")
37
+ implementation("org.jetbrains.compose.material3:material3-window-size-class:1.9.0-beta03")
38
implementation(compose.ui)
39
implementation(compose.components.resources)
40
implementation(compose.components.uiToolingPreview)
0 commit comments