```val kodein = Kodein { /* Bindings */ } ``` ...
# kodein
k
Copy code
val kodein = Kodein {
    /* Bindings */
}
I think he wants to replace either the entire module, or better yet, override the module and replace some of the bindings, with test-only bindings for unit tests