olonho
01/26/2021, 4:36 PMIgor Demin
01/26/2021, 4:44 PMApplication/ComposableWindow is a very experimental prototype of Composable Window API and only available in imageviewer example:
https://github.com/JetBrains/compose-jb/blob/master/examples/imageviewer/common/src/desktopMain/kotlin/example/imageviewer/utils/Application.ktsuresh
01/27/2021, 8:50 AMComposableWindow will eventually replace androidx.compose.desktop.Window(…) ..rt?olonho
01/27/2021, 8:51 AMsuresh
01/27/2021, 9:00 AMonContentReady() updates the mutableState variable from invokeLater swing event dispatcher thread (https://github.com/JetBrains/compose-jb/blob/728b4d5f762f5d901a869824c4b5a2da8b516[…]topMain/kotlin/example/imageviewer/model/DesktopContentState.kt). Is it mandatory?olonho
01/27/2021, 9:02 AM