Koin is a Dependency Injection framework for Kotlin developers.
Got that message error java.lang.RuntimeException: Unable to create application com.app.name.application.MainApplication: org.koin.error.BeanInstanceCreationException: …
android kotlin koinI am developing news app I have implemented koin with viewmodel in fragment class but I am getting following error …
android mvvm fragment android-viewmodel koinI'm developing an application based on Koin DI (ver : 1.0.1) with 2 modules(:app and :network). I have a requirement in :network …
android koinKoin is a new, lightweight library for DI and can be used in Android as well as in standalone kotlin …
android dependency-injection kotlin inversion-of-control koinThe koin test results as follows: org.koin.core.error.NoBeanDefFoundException: No definition found for '<class_name>…
android unit-testing kotlin dependency-injection koinI've started using Android Architecture Components (Navigation and Safe Args, View Models) along with Koin library. Currently, I've got a …
android android-jetpack android-navigation android-architecture-navigation koinWhat dependency injection for Android with Kotlin do you prefer? I have started using Kodein but i don't want to …
android dependency-injection kotlin kodein koinI just started using Koin lib in an android (to replace Dagger 2) project which was prepared for tests. I have …
android kotlin dependency-injection koinI have recently updated the version of Kotlin to 1.4.0-rc. Since then Koin is returning the run time error below: …
android kotlin koin