Skip to content

Commit

Permalink
refact: use :ext:coroutines' StateFlow/MutableStateFlow delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbarrossilva committed Mar 21, 2024
1 parent 902e8d1 commit 3e6934e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.collectAsState
import com.jeanbarrossilva.orca.ext.coroutines.await
import com.jeanbarrossilva.orca.ext.coroutines.getValue
import com.jeanbarrossilva.orca.ext.coroutines.setValue
import com.jeanbarrossilva.orca.platform.animator.animation.Animation
import com.jeanbarrossilva.orca.platform.animator.animation.timing.Timing
import com.jeanbarrossilva.orca.platform.animator.animation.timing.immediately
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3e6934e

Please sign in to comment.