I'm trying to understand what components are avail...
# compose
t
I'm trying to understand what components are available with compose multi-platform. I'm looking for DropdownMenu or something similar. I've looked through the source for org.jetbrains.compose.material and material3, but I didn't see it. Is there documentation on the components that have been ported? Do I have to roll my own DropdownMenu for now?
t
Thank you
e
afaik it's only there in desktop for material2 and it's only available in the android and desktop sourcesets separately; if you want it in a common sourceset, you need to do your own expect/actual wrapper for now
t
Thanks