Initial commit
(Multiplatform project template)
This commit is contained in:
11
composeApp/src/desktopMain/kotlin/main.kt
Normal file
11
composeApp/src/desktopMain/kotlin/main.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
import androidx.compose.ui.window.Window
|
||||
import androidx.compose.ui.window.application
|
||||
|
||||
fun main() = application {
|
||||
Window(
|
||||
onCloseRequest = ::exitApplication,
|
||||
title = "YAEP",
|
||||
) {
|
||||
App()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user