InjectableModule
class InjectableModule(val name: String, defs: Collection<Declaration<*>>)
Content copied to clipboard
A module that can be injected in environments. At their core, injectable modules are just lists of declarations that get copied over when adding this module to environments.