project
Kotlin extension function for org.gradle.api.artifacts.dsl.DependencyHandler.project.
Since
0.9
See also
Creates a dependency on a project without adding it to a configuration.
Return
The dependency.
Since
4.1
Parameters
path
the path of the project to be added as a dependency.
configuration
the optional configuration of the project to be added as a dependency.