What's KOIN?
Koin is a small library to lets you write dependency injection in a concise and pragmatic way. No proxy, no code generation, no introspection. Just DSL and functional Kotlin magic!
Declare, Start & Inject
insert-koin.io
insert-koin.io
All documentation, sample and references has been move to our website. Check the official website to get started:koin@github
The Koin repository is located here:Koin Samples
In this repository you will found samples project to help you understand how to use Koin with several technologies.
Android MVP weather app
An Android app for getting weather data (dumb random weather data), in MVP architecture style and RxJava
Android MVVM weather app
An Android app for getting weather data (dumb random weather data), in MVVM architecture style with Android Architecture Components and RxJava
Kotlin standalone app
A Kotlin standalone app
SparkJava webapp
A SparkJava web application, with a simple web service
Ktor webapp
An Ktor web application, with a simple web service