Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Mar 9, 2024
1 parent 2a96453 commit f55a84d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public inline fun <T, S : MVIState, I : MVIIntent, A : MVIAction> T.subscribe(
*/
@Composable
@FlowMVIDSL
@Suppress("ComposableParametersOrdering")
public inline fun <T, S : MVIState, I : MVIIntent, A : MVIAction> T.subscribe(
lifecycleState: Lifecycle.State = Lifecycle.State.CREATED,
noinline consume: suspend CoroutineScope.(action: A) -> Unit,
Expand Down

0 comments on commit f55a84d

Please sign in to comment.