Explains Dependency Injection using Koin.
Source Code for Medium Article about Dependency Injection using Koin
- As per official Docs, A pragmatic lightweight dependency injection framework for Kotlin developers. Written in pure Kotlin using functional resolution only: no proxy, no code generation, no reflection!
This sample, exposes usage of Koin which can be adapted in all android applicaitons.