Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How to inject a ViewModel with Koin in Kotlin?

Please use override option or check for definition, koin android?

How to manage User Scope using Koin?

android kotlin koin

How to get Context in unit test to create Room database in memory database object

Koin - how to provide mock ViewModel for espresso test?