Skip to content

Commit

Permalink
Fixed build issue with iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Apr 14, 2023
1 parent 9dcb397 commit e09f4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlinx.coroutines.FlowPreview
@Composable
@PublishedApi
@ExperimentalPresentationApi
internal actual inline fun <State, Change, reified V : ViewModel<S, C>> internalRememberViewModel(
internal actual inline fun <State, Change, reified V : ViewModel<State, Change>> internalRememberViewModel(
key: Any?
): V {
val provider = LocalViewModelProvider.current
Expand Down

0 comments on commit e09f4c3

Please sign in to comment.