Hi guys, What is an alternative to collectAsState...
# compose
a
Hi guys, What is an alternative to collectAsStateWithLifecycle in Compose Multiplatform?
h
It already exists in CMP
import androidx.lifecycle.compose.collectAsStateWithLifecycle
m
You can use collectAsStateWithLifecycle in CMP
a
Is it already there in commonMain and work properly for both android and iOS?
e
Yes
a
It would be great! Thank you sir 🫡