there's some funny business where in ```var e1: Bo...
# compose
l
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