toggle menu
gradle
8.11.1
API
switch theme
search in API
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
)