Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in koin

Trying to use koin but doesnt work correctly on android

org.koin.android.error.MissingAndroidContextException: when try to test app with context

android koin

StandAloneContext Koin instance is null

android koin

Gradle dependency not shared with dependent module

android gradle 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