Hey all. I'm trying out compose MP (1.5.0 beta), a...
# compose-ios
s
Hey all. I'm trying out compose MP (1.5.0 beta), and quickly found I'm needing https://github.com/JetBrains/compose-multiplatform/issues/2037, in my case AlertDialog and DropdownMenu. I can see work is in flight on this. What's the best way to find out when this is included in a dev build published to maven? For example I see that a PR (737) for dropdown was just merged today into jb-main. Does that mean the next dev build published to Maven will have this available, or is there somewhere I can watch/subscribe to find out when this is testable? Thanks in advance for any info...
👍 1
1
k
This is the dev repo https://maven.pkg.jetbrains.space/public/p/compose/dev i use refreshVersions to check for updates
s
Thanks! Is material3 in a different repo? I can see androidx.compose.material in this one but not material3.
s
Awesome! I can see AlertDialog in dev1143, will try it out. Thanks!
🎉 1
1
Just saw beta02, will try out tomorrow. 😀
k
ha me too!