How do you change data class variable values with outside functions in Jetpack Compose?
I’m trying to structure a simple application in a way that makes it easier to refactor by importing all values into a composable using data classes.
I’m trying to structure a simple application in a way that makes it easier to refactor by importing all values into a composable using data classes.