Join Slack
Powered by
there's some funny business where in ```var e1: Bo...
# compose
l
Leander Behr
04/16/2022, 4:05 PM
there's some funny business where in
Copy code
var e1: Boolean by remember { mutableStateOf(true) } var e2: Boolean = e1
using
e1
or
e2
afterwards is not the same, so I want to understand properly what's going on
Open in Slack
Previous
Next