winter / io.jentz.winter / Injector / inject

inject

fun inject(graph: Graph): Unit

Connects the given graph with all previously created property delegates to resolve the dependencies.

This can only be called once and it is not possible to create new property delegates after calling this.

Parameters

graph - The dependency graph to retrieve dependencies from.