Kotlin Koin – Android Tutorial for Beginners

What is Koin? A programmatic, lightweight dependency injection framework for Kotlin developers Written in pure Kotlin What are dependency and dependency injection? Let’s take an example. We have a relationship between Car and Engine classes. To access Engine’s properties in the Car class, we have to create an instance of Engine Car that is simply […]