fromProject

fun fromProject(graph: ProjectGraph = Konture.projectGraph): KontureScope

Creates a KontureScope representing the entire project structure from the given or default project graph.

Return

A KontureScope containing all class declarations found in all modules in the project.

Parameters

graph

The project graph to use (defaults to Konture.projectGraph).