Questions tagged [koin]

Koin is a Dependency Injection framework for Kotlin developers.

Koin is a pragmatic lightweight open-source dependency injection framework for Kotlin developers.

Links:

482 questions
-2
votes
1 answer

Koin dependency Injection Isssue - Android

In my android application am using MVVM architecture and using koin library for DI. Below is my Repository class: class JaiminRepository constructor( private var remoteDataSource : RemoteDataSource, private var enrollApiInterface :…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
-2
votes
1 answer

Koin Dependency Injection - org.koin.core.error.NoBeanDefFoundException

Hello I am working on Android app development and in it a koin dependency injection library is integrated. It is something like below: object Jaimin { fun initJaimin( application : Application, listOf : List? = null )…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
1 2 3
32
33