for my case, I've got a main Kodein in the main pr...
# kodein
h
for my case, I've got a main Kodein in the main project code:
Copy code
// kodein
val Injector = Kodein {
    import(configModule)
    import(dbConfigModule)
    import(dbDaoModule)
    import(jsonModule)
    import(hazelcastModule)
    import(serviceModule)
}