complete

fun TegralDiCheckDsl.complete()

Checks that the modules are complete and that all dependencies and injections can be properly resolved.

You should almost always use this check within your tegralDiCheck block, as the situation of a dependency not being met is rarely beneficial and is usually a sign of a coding error (i.e. forgot to put a dependency in the module definitions, typo in a named call...).