Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
romansavka-mq committed Oct 3, 2024
1 parent 2205247 commit d942c7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import androidx.lifecycle.ViewModelStoreOwner
import androidx.lifecycle.viewmodel.MutableCreationExtras
import androidx.navigation.NavBackStackEntry
import com.miquido.android.navigation.viewmodel.NavEntryViewModelFactory
import org.koin.androidx.compose.defaultExtras
import org.koin.androidx.viewmodel.resolveViewModel
import org.koin.core.annotation.KoinInternalApi
import org.koin.core.context.GlobalContext
import org.koin.core.parameter.parametersOf
import org.koin.viewmodel.defaultExtras
import org.koin.viewmodel.resolveViewModel

internal class KoinNavEntryViewModelFactory : NavEntryViewModelFactory {

Expand Down

0 comments on commit d942c7c

Please sign in to comment.