How do we use Material 3 Expressive features with ...
# compose
r
How do we use Material 3 Expressive features with Compose Multiplatform 1.9.0 release? The release notes state:
Copy code
If the latest Material3 features are needed, please include it this way:
implementation("org.jetbrains.compose.material3:material3:1.9.0-beta06")
I don't know what "the latest Material3 features" is supposed to mean, but all Material 3 Expressive APIs are internal in that version
i
Google removed it in beta01, docs should point to last alpha. We'll update the doc. thanks for reporting
r
Yup, using
1.10.0-alpha01
instead seems to work, at least it looks like it does for now