createGraph

inline fun <T : Any> createGraph(): T(source)

Creates a new parameter-less graph of type T. Note this is only applicable for graphs that have no creators (i.e. DependencyGraph.Factory).