findProject

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

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

Return

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

Parameters

path

The path.