DIImpl
The default implementation of the dependency injection graph.
Functions
Link copied to clipboard
fun <T : Any> InternalDI.get(resolver: DIResolver, klass: KClass<T>, default: () -> T? = null): LazyProperty<T>
The default implementation of the dependency injection graph.