Kotlin Koin – Android Tutorial for Beginners
What is Koin? A pragmatic lightweight dependency injection framework for Kotlin developers Written in pure Kotlin What is dependency and dependency Injection? Let’s take an example. We have a relation between Car and Engine classes. To access Engine’s properties in Car class we have to create an instance of Engine Car that is simply a dependency. …