Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:18
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 skydoves/0d6f0e398c1df34f12c3bed703d558d4 to your computer and use it in GitHub Desktop.
Save skydoves/0d6f0e398c1df34f12c3bed703d558d4 to your computer and use it in GitHub Desktop.
state_holding_class
class StateHoldingClass {
var counter by mutableStateOf(0)
var whatAreWeCounting by mutableStateOf("Days without having to write XML.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment