InjectionEnvironmentKind

An environment kind is a facility for building InjectionEnvironment in a nicer way. This should be implemented by the companion object of an InjectionEnvironment class.

Inheritors

Functions

Link copied to clipboard
abstract fun build(context: EnvironmentContext): E

Builds the injection environment using the given context.