DependencyResolution
Functional interface for generating a fresh DependencyResolver
.
Functions
Link copied to clipboard
abstract fun CoroutineScope.resolve(provider: DependencyProvider, external: DependencyMap, reflection: DependencyReflection): DependencyResolver
Resolves and creates a new instance of DependencyResolver
using the provided DependencyProvider
and DependencyReflection
.