https://kotlinlang.org logo
Title
a

Adam Brown

01/22/2023, 5:54 AM
Jetbrain's material 3 doesn't seem to have
AlertDialog
, is there another option we should be using?
s

SeikoDes

01/24/2023, 2:01 AM
jb’s material3 code is a bit old, what I did was to copy out the jetpack material3 code and maintain a library that:https://github.com/qdsfdhvh/compose-material3, dependencies:`io.github.qdsfdhvh:material3:1.0.8`
a

Adam Brown

01/24/2023, 8:26 AM
oh awesome
that link 404s though
I'm having a similar problem with
ContextMenuArea
not existing for Android, does that exist in newer versions of material 3?
s

SeikoDes

01/24/2023, 8:34 AM
Sorry, I forgot to set it to private and have just public it.
I haven't use it yet so I don't know more about it but
ContextMenuArea
seems is not in material3?
a

Adam Brown

01/24/2023, 5:32 PM
ya its not material 3
looks like maybe its desktop only