```interface ModuleLoader { fun getModules() :...
# kodein
v
Copy code
interface ModuleLoader {
    fun getModules() : List<Kodein.Module>
}