operator fun String.invoke(dependencyNotation: Any): ERROR CLASS: Symbol not found for Dependency?
?(source) operator fun ERROR CLASS: Symbol not found for Configuration
.invoke(dependencyNotation: Any): ERROR CLASS: Symbol not found for Dependency?
?(source) Adds a dependency to the given configuration.
Return
The dependency.
notation for the dependency to be added.
inline operator fun String.invoke(dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) inline operator fun ERROR CLASS: Symbol not found for Configuration
.invoke(dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Adds a dependency to the given configuration.
Return
The dependency.
notation for the dependency to be added.
expression to use to configure the dependency.
inline operator fun <T : ERROR CLASS: Symbol not found for ModuleDependency
> String.invoke(dependency: T, dependencyConfiguration: T.() -> Unit): T(source) inline operator fun <T : ERROR CLASS: Symbol not found for ModuleDependency
> ERROR CLASS: Symbol not found for Configuration
.invoke(dependency: T, dependencyConfiguration: T.() -> Unit): T(source) Adds a dependency to the given configuration.
Return
The dependency.
expression to use to configure the dependency.
operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependencyNotation: Any): ERROR CLASS: Symbol not found for Dependency?
?(source) Adds a dependency to the given configuration.
Return
The dependency.
Since
8.3
notation for the dependency to be added.
@JvmName(name = "invokeDependencyScope") operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependencyNotation: Any): ERROR CLASS: Symbol not found for Dependency?
?(source)Adds a dependency to the given DependencyScopeConfiguration.
Return
The dependency.
Since
8.5
notation for the dependency to be added.
inline operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Adds a dependency to the given configuration.
Return
The dependency.
Since
8.3
notation for the dependency to be added.
expression to use to configure the dependency.
@JvmName(name = "invokeDependencyScope") inline operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source)Adds a dependency to the given DependencyScopeConfiguration.
Return
The dependency.
Since
8.5
notation for the dependency to be added.
expression to use to configure the dependency.
inline operator fun <T : ERROR CLASS: Symbol not found for ModuleDependency
> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependency: T, dependencyConfiguration: T.() -> Unit): T(source) Adds a dependency to the given configuration.
Return
The dependency.
Since
8.3
expression to use to configure the dependency.
@JvmName(name = "invokeDependencyScope") inline operator fun <T : ERROR CLASS: Symbol not found for ModuleDependency
> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependency: T, dependencyConfiguration: T.() -> Unit): T(source)Adds a dependency to the given DependencyScopeConfiguration.
Return
The dependency.
Since
8.5
expression to use to configure the dependency.
operator fun <T : Any> ERROR CLASS: Symbol not found for Configuration
.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source) operator fun <T : Any> String.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source) Adds a dependency provider to the given configuration.
Since
7.0
the dependency provider to be added.
the configuration to be applied to the dependency
DependencyHandler.addProvider
operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source) Adds a dependency provider to the given configuration.
Since
8.3
the dependency provider to be added.
the configuration to be applied to the dependency
DependencyHandler.addProvider
@JvmName(name = "invokeDependencyScope") operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source)Adds a dependency provider to the given DependencyScopeConfiguration.
Since
8.5
the dependency provider to be added.
the configuration to be applied to the dependency
DependencyHandler.addProvider
operator fun <T : Any> ERROR CLASS: Symbol not found for Configuration
.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>)(source) Adds a dependency provider to the given configuration.
Since
7.0
the dependency provider to be added.
DependencyHandler.addProvider
operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>)(source) Adds a dependency provider to the given configuration.
Since
8.3
the dependency provider to be added.
DependencyHandler.addProvider
@JvmName(name = "invokeDependencyScope") operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependency: ERROR CLASS: Symbol not found for Provider<T>)(source)Adds a dependency provider to the given DependencyScopeConfiguration.
Since
8.5
the dependency provider to be added.
DependencyHandler.addProvider
operator fun <T : Any> ERROR CLASS: Symbol not found for Configuration
.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source) operator fun <T : Any> String.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source) Adds a dependency provider to the given configuration.
Since
7.4
the dependency provider to be added.
the configuration to be applied to the dependency
DependencyHandler.addProviderConvertible
operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source) Adds a dependency provider to the given configuration.
Since
8.3
the dependency provider to be added.
the configuration to be applied to the dependency
DependencyHandler.addProviderConvertible
@JvmName(name = "invokeDependencyScope") operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)(source)Adds a dependency provider to the given DependencyScopeConfiguration.
Since
8.5
the dependency provider to be added.
the configuration to be applied to the dependency
DependencyHandler.addProviderConvertible
operator fun <T : Any> ERROR CLASS: Symbol not found for Configuration
.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>)(source) operator fun <T : Any> String.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>)(source) Adds a dependency provider to the given configuration.
Since
7.4
the dependency provider to be added.
DependencyHandler.addProviderConvertible
operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>)(source) Adds a dependency provider to the given configuration.
Since
8.3
the dependency provider to be added.
DependencyHandler.addProviderConvertible
@JvmName(name = "invokeDependencyScope") operator fun <T : Any> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependency: ERROR CLASS: Symbol not found for ProviderConvertible<T>)(source)Adds a dependency provider to the given DependencyScopeConfiguration.
Since
8.5
the dependency provider to be added.
DependencyHandler.addProviderConvertible
Configures the dependencies.
operator fun ERROR CLASS: Symbol not found for Configuration
.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Deprecated
Use single-string notation instead
Adds a dependency to the given configuration.
Return
The dependency.
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
inline operator fun String.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) inline operator fun ERROR CLASS: Symbol not found for Configuration
.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Deprecated
Use single-string notation instead
Adds a dependency to the given configuration.
Return
The dependency.
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
expression to use to configure the dependency.
operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Deprecated
Use single-string notation instead
Adds a dependency to the given configuration.
Return
The dependency.
Since
8.3
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
@JvmName(name = "invokeDependencyScope") operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source)Deprecated
Use single-string notation instead
Adds a dependency to the given DependencyScopeConfiguration.
Return
The dependency.
Since
8.5
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
inline operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source) Deprecated
Use single-string notation instead
Adds a dependency to the given configuration.
Return
The dependency.
Since
8.3
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
expression to use to configure the dependency.
@JvmName(name = "invokeDependencyScope") inline operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
(source)Deprecated
Use single-string notation instead
Adds a dependency to the given DependencyScopeConfiguration.
Return
The dependency.
Since
8.5
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
expression to use to configure the dependency.