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