Meta

object Meta : InjectionEnvironmentKind<Nothing>

Dummy environment kind for use with UnsafeMutableEnvironment.

UnsafeMutableEnvironment owns and manages its own meta-environment (which is of type MutableEnvironment). In order to "opt-in" to this behavior, you will need to specify this environment as the meta-environment kind.

Functions

Link copied to clipboard
open override fun build(context: EnvironmentContext): Nothing