Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created June 27, 2023 14:07
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 tdcolvin/e86cf4ce1d951242b03ee398a0f8ec99 to your computer and use it in GitHub Desktop.
Save tdcolvin/e86cf4ce1d951242b03ee398a0f8ec99 to your computer and use it in GitHub Desktop.
fun setPlanetName(name: String) {
_uiState.update { it.copy(planetName = name) }
}
fun setPlanetDistanceLy(distanceLy: Float) {
_uiState.update { it.copy(planetDistanceLy = distanceLy) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment