api / org.gradle.api / Project / relativeProjectPath

relativeProjectPath

abstract fun relativeProjectPath(path: String): String

Converts a name to a project path relative to this project.

Parameters

path - The path to convert.

Return
The relative path.