``` val module = Kodein.Module { bind<Sync&...
# kodein
r
Copy code
val module = Kodein.Module {
    bind<Sync>() with singleton { Sync(kodein) }
}