/KoinDIExample

Dependency Injection using Koin

Primary LanguageKotlinApache License 2.0Apache-2.0

Dependency Injection with Koin

Explains Dependency Injection using Koin.

Source Code for Medium Article about Dependency Injection using Koin

koin_2 0

  • 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.