Companion

object Companion

Functions

Link copied to clipboard
fun fromModule(path: String, graph: ProjectGraph = Konture.projectGraph): KontureScope

Creates a KontureScope for a specific Gradle module, identified by its path (e.g., ":core", ":app").

Link copied to clipboard
fun fromPackage(packageName: String, graph: ProjectGraph = Konture.projectGraph): KontureScope

Creates a KontureScope containing classes within a specific Kotlin package or any of its subpackages.

Link copied to clipboard
fun fromProject(graph: ProjectGraph = Konture.projectGraph): KontureScope

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