findByPath

@Nullable
abstract fun findByPath(path: String): GradleProject(source)

Searches all descendants (children, grand-children, etc.), including self, by given path.

Return

Gradle project with matching path or null if not found.