fromModule

fun fromModule(path: String, graph: ProjectGraph = Konture.projectGraph): KontureFileScope

Creates a KontureFileScope for a specific Gradle module.

Parameters

path

The Gradle module path.

graph

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