Are Dialog-s platform specific? I don't seem to b...
# compose
m
Are Dialog-s platform specific? I don't seem to be able to get an AlertDialog in commonMain. Everything (else) compose seems to be fine except this. Have I just missed something obvious?
j
Dialogs are not available in commonMain
s
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]al/DesktopAlertDialog.desktop.kt;l=74?q=AlertDialog%20compose Seems to be there for desktopMain, and android of course. Can always check here to see what is where.
m
That explains it then! 😞 Thanks very much.