Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors