Igor Demin
05/27/2021, 6:49 PMandroidx.compose.ui.window.Dialog
androidx.compose.ui.window.MenuBar
androidx.compose.ui.window.Tray
moved to another package:
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
).