I saw that androidx.compose.ui.window.Popup became...
# compose
p
I saw that androidx.compose.ui.window.Popup became multiplatform. What about androidx.compose.material3.DropdownMenu?
l
DropdownMenu implementations were added in 1.5.0-beta02. You may still have to implement DropdownMenuBox, since I didn't see it in the PRs.