I’m using compose snapshot `7094152` and found that `LaunchedEffect` no longer accepts subject whic...
k
I’m using compose snapshot
7094152
and found that
LaunchedEffect
no longer accepts subject which used to re-launch the
block()
on value changes. What is the alternative then?
does the
key
parameter meant to do the same?
s
The
subjectN
parameters were renamed to
keyN
k
Okay