salomonbrys
class APIImpl(val kodein: Kodein) { /* whatever */ }
val kodein = Kodein { bind<API>() with singleton { APIImpl(this) } }