Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created February 17, 2026 20:46
Show Gist options
  • Select an option

  • Save CostaFot/0b34e058670a3cee954d52ea03631bf1 to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/0b34e058670a3cee954d52ea03631bf1 to your computer and use it in GitHub Desktop.
@Composable
fun GameScreen(
gameViewModel: GameViewModel = viewModel()
) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment