initial commit
This commit is contained in:
commit
f72938cffb
71 changed files with 1404 additions and 0 deletions
9
composeApp/src/desktopMain/kotlin/main.kt
Normal file
9
composeApp/src/desktopMain/kotlin/main.kt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.window.Window
|
||||
import androidx.compose.ui.window.application
|
||||
|
||||
fun main() = application {
|
||||
Window(onCloseRequest = ::exitApplication, title = "PokeDex") {
|
||||
App()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue