Skip to content

Rekt is a dependency Injection library for Kotlin inspired by Kodein, Koin, and Injekt.

License

Notifications You must be signed in to change notification settings

andrewmunn/rekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rekt

Rekt is a lightweight and fast dependency injector service locator for Kotlin inspired by Kodein, Koin, and Injekt.

Usage

fun main(vararg args : String) { 
  // start Rekt and initialize modules!
  getRekt {
    erekt(myModule)
  }
} 

About

Rekt is a dependency Injection library for Kotlin inspired by Kodein, Koin, and Injekt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published