Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 638 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 638 Bytes

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.