api / org.gradle.api / Project / absoluteProjectPath

absoluteProjectPath

abstract fun absoluteProjectPath(path: String): String

Converts a name to an absolute project path, resolving names relative to this project.

Parameters

path - The path to convert.

Return
The absolute path.