Observation of today: Don't `launch` a new Corouti...
# compose-desktop
t
Observation of today: Don't
launch
a new Coroutine in an
@Composeable
function to load resources in Background without using
LaunchedEffect
, it will be a death loop 🤦
😮 1
2
Could we maybe have in the future an IDE warning for a case like this?
a
Yeah I think we have a bug filed to lint warn for this
👍 1
TBD in terms of Android lint and IntelliJ IDEA for desktop projects though
A lot of Compose-specific lint rules live there