Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Created September 23, 2019 22:54
Show Gist options
  • Select an option

  • Save Laimiux/5aef625256dca235a4335278005ae36c to your computer and use it in GitHub Desktop.

Select an option

Save Laimiux/5aef625256dca235a4335278005ae36c to your computer and use it in GitHub Desktop.
data class StopwatchState(
val timePassedInMillis: Long,
val isRunning: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment