Hey! There is a breaking change in <0.4.0-build21...
# compose-desktop
i
Hey! There is a breaking change in 0.4.0-build212 These classes:
Copy code
androidx.compose.ui.window.Dialog
androidx.compose.ui.window.MenuBar
androidx.compose.ui.window.Tray
moved to another package:
Copy code
androidx.compose.ui.window.v1.Dialog
androidx.compose.ui.window.v1.MenuBar
androidx.compose.ui.window.v1.Tray
We are developing the new Composable Window API And it conflicts with the old one, so we have to do this (to keep the package 
androidx.compose.ui.window
 for 1.0). The new window API will be provided as experimental in upcoming releases, but eventually it will supersede the old one. (
AppWindow, AppManager, androidx.compose.ui.window.v1.*, androidx.compose.desktop.Window
).
✔️ 13