how to get these ```import androidx.compose.materi...
# compose
p
how to get these
Copy code
import androidx.compose.material3.ModalBottomSheetState
import androidx.compose.material3.ModalBottomSheetValue
in compose multiplatform
e
what have you tried?
Google doesn't publish many Compose multiplatform targets, they're focused on Android (https://maven.google.com/web/index.html#androidx.compose.material3:material3-android). but JetBrains does (https://central.sonatype.com/artifact/org.jetbrains.compose.material3/material3-wasm-js etc.) and if you follow the Compose Multiplatform guide (https://jetbrains.com/lp/compose-multiplatform) you should end up with JetBrains' versions
a
arent those just part of material 3 compose?
f
I have them on my app ... works on all targets