gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.platform.base
/
ProjectDependencySpecBuilder
Project
Dependency
Spec
Builder
API
@
Incubating
interface
ProjectDependencySpecBuilder
:
DependencySpecBuilder
(
source
)
A builder of a
ProjectDependencySpec
.
Members
Functions
build
Link copied to clipboard
API
abstract
fun
build
(
)
:
DependencySpec
library
Link copied to clipboard
API
abstract
fun
library
(
name
:
String
)
:
ProjectDependencySpecBuilder
Narrows this dependency specification down to a specific library.
project
Link copied to clipboard
API
abstract
fun
project
(
path
:
String
)
:
ProjectDependencySpecBuilder
Narrows this dependency specification down to a specific project.