Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in koin

Can't run unit tests with RobolectricTestRunner and Koin

How to provide ViewModel that has interface via Koin

Koin No definition found for class, but already declared

android kotlin mvvm koin

Kotlin Lazy loading not working in Junit test

android junit kotlin junit4 koin

Is Dynamic Dependency Injection with Koin possible

android koin

Facing issues with adding sharedPreferences and the sharedPrefrencesEditor to Koin module

dependency-injection koin

Android/Koin - How to tell koin that a single dependency should be reinitialized

Koin injecting into WorkManager

kotlin androidx koin

How to use Android DataStore with multi users or files

Could not find org.koin:koin-core:2.2.2

Is it possible to create different instances of the same object and access them by passing parameters to get() function in Koin?

KoinAppAlreadyStartedException: A Koin Application has already been started

testing kotlin koin

startKoin in KoinTest-class throws "A KoinContext is already started"

kotlin ktor koin

Caused by: org.koin.core.error.InstanceCreationException: Could not create instance for [type:Factory,primary_type

Koin share dependencies scoped to nested graph

Inject viewModel to @Composable

Can I manage lifecycle owner, injecting viewModel with Koin?

How to inject viewModel in BaseFragment using Koin

How to inject viewmodel in a customView with koin?