mcasperson / KotlinKoinExample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple project to demonstrate the Koin dependency injection framework.

Compile with:

./gradlew shadowJar

Run the examples with:

java -cp ./build/libs/KotlinKoinExample-all.jar com.matthewcasperson.SingleKt
java -cp ./build/libs/KotlinKoinExample-all.jar com.matthewcasperson.FactoryKt
java -cp ./build/libs/KotlinKoinExample-all.jar com.matthewcasperson.InterfacesKt
java -cp ./build/libs/KotlinKoinExample-all.jar com.matthewcasperson.NestedKt
java -cp ./build/libs/KotlinKoinExample-all.jar com.matthewcasperson.KoinComponentKt

About

License:MIT License


Languages

Language:Kotlin 100.0%