Make app run on Android (WIP)

This commit is contained in:
Christian Basler
2025-07-14 21:34:13 +02:00
parent 1fb3b39590
commit 1800174087
6 changed files with 72 additions and 32 deletions

View File

@@ -68,6 +68,8 @@ fun main(): Unit = application {
) {
App(
modifier = Modifier.padding(it),
spacing = 8.dp,
selectDirectly = true,
game = game,
onNewGame = { game = generateGame() },
resetCluesBeacon = resetCluesBeacon