Igor Demin
3 years ago
4 changed files with 14 additions and 9 deletions
@ -1,8 +1,11 @@
|
||||
import androidx.compose.desktop.DesktopMaterialTheme |
||||
import androidx.compose.ui.window.Window |
||||
import androidx.compose.ui.window.application |
||||
|
||||
fun main() = application { |
||||
Window(onCloseRequest = ::exitApplication) { |
||||
App() |
||||
DesktopMaterialTheme { |
||||
App() |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue