add
Add a dependency.
Since
8.6
Parameters
dependency Notation
dependency to add
See also
Valid dependency notation for this method
abstract fun add(dependencyNotation: CharSequence, configuration: Action<in ExternalModuleDependency>)(source)
Add a dependency and configure it.
Since
8.6
Parameters
dependency Notation
dependency to add
configuration
an action to configure the dependency
See also
Valid dependency notation for this method
Add a dependency.
Since
8.6
Parameters
files
files to add as a dependency
See also
Add a dependency and configure it.
Since
8.6
Parameters
files
files to add as a dependency
configuration
an action to configure the dependency
See also
Add a dependency.
Since
8.6
Parameters
external Module
external module to add as a dependency
abstract fun add(externalModule: ProviderConvertible<out MinimalExternalModuleDependency>, configuration: Action<in ExternalModuleDependency>)(source)
Add a dependency and configure it.
Since
8.6
Parameters
external Module
external module to add as a dependency
configuration
an action to configure the dependency
Add a dependency.
Since
8.6
Parameters
dependency
dependency to add
abstract fun <D : Dependency?> add(dependency: Provider<out D>, configuration: Action<in D>)(source)
Add a dependency and configure it.
Since
8.6
Parameters
dependency
dependency to add
configuration
an action to configure the dependency