Skip to content

Instantly share code, notes, and snippets.

@fabioCollini
Created September 19, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabioCollini/1821aacd7f5d8ab0c7d35e68060d59e7 to your computer and use it in GitHub Desktop.
Save fabioCollini/1821aacd7f5d8ab0c7d35e68060d59e7 to your computer and use it in GitHub Desktop.
@Composable
fun CalculatorScreen() {
val viewModel = viewModel<CalculatorViewModel>()
Calculator(state = viewModel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment