You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code is already compatible with Flow. Need to migrate ViewModel layer from LiveData to StateFlow/SharedFlow. The repository and Use Case layer is already supporting flow.
Repository layer -> Flow
Use Case layer -> Flow
Upgrade:
ViewModel layer -> LiveData to StateFlow/SharedFlow
UI layer -> LiveData to StateFlow/SharedFlow
The text was updated successfully, but these errors were encountered:
Code is already compatible with Flow. Need to migrate ViewModel layer from LiveData to StateFlow/SharedFlow. The repository and Use Case layer is already supporting flow.
Repository layer -> Flow
Use Case layer -> Flow
Upgrade:
ViewModel layer -> LiveData to StateFlow/SharedFlow
UI layer -> LiveData to StateFlow/SharedFlow
The text was updated successfully, but these errors were encountered: