If `collectAsStateWithLifecycle` is recommended fo...
# compose-android
e
If
collectAsStateWithLifecycle
is recommended for use over
collectAsState
when running on Android, is there some kind of lint check we can use to make sure that it is being used instead of
collectAsState
?