I am trying to replace the `material` dependency w...
# compose-desktop
d
I am trying to replace the
material
dependency with
material3
, but it looks like some components are not yet available in
commonMain
, an example is
ModalBottomSheet
Is there a plan to implement this or is it expected to not be implemented until
AlertDialog
is fully supported in common?
b
What targets do you have? Just jvm and android?
c
For AlertDialog, it’s not likely to be fully supported. See https://github.com/JetBrains/compose-multiplatform/issues/762
thank you color 2
d
Yes, we are working on it
👀 1
❤️ 2
d
JVM and JS for now