Giuliopime
07/11/2023, 4:51 AMapplication
block?
For example
application {
val settingsStorage = remember {
OfflineSettingsStorage()
}
Window(
title = "ZenBreak settings"
) {
MainView(// Params...)
}
When does the application block recompose? And is it safe if we use remember then?Loney Chou
07/11/2023, 7:26 AMremember
inside the block. But keep in mind that do not write any animation.