How can i reflect var changes on the screen? (rememberSaveable, JetpackCompose, Android)
I’m learning Jetpack Compose and I’m having a bit of a problem reflecting the changes of this var, “repeticiones” (repetitions):
var repeticiones by remember { mutableIntStateOf(3) }
The var is used like this: