api / org.gradle.api / Project / findProject

findProject

@Nullable abstract fun findProject(path: String): Project

Locates a project by path. If the path is relative, it is interpreted relative to this project.

Parameters

path - The path.

Return
The project with the given path. Returns null if no such project exists.