gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.language
/
ComponentDependencies
Component
Dependencies
API
interface
ComponentDependencies
(
source
)
Allows the implementation dependencies of a component to be specified.
Since
4.6
Inheritors
LibraryDependencies
Members
Functions
implementation
Link copied to clipboard
API
abstract
fun
implementation
(
notation
:
Any
)
abstract
fun
implementation
(
notation
:
Any
,
action
:
Action
<
in
ExternalModuleDependency
>
)
Adds an implementation dependency to this component.