all
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler(source)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler(source)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler(source)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all(rule: KClass<out ERROR CLASS: Symbol not found for org.gradle.api.artifacts.ComponentMetadataRule>, configureAction: ERROR CLASS: Symbol not found for org.gradle.api.Action<in ERROR CLASS: Symbol not found for org.gradle.api.ActionConfiguration>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.ComponentMetadataHandler(source)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.dsl.ComponentMetadataHandler.all.
Since
4.9
See also
org. gradle. api. artifacts. dsl. Component Metadata Handler. all
inline fun <T : ERROR CLASS: Symbol not found for ComponentMetadataRule> ERROR CLASS: Symbol not found for ComponentMetadataHandler.all(): ERROR CLASS: Symbol not found for ComponentMetadataHandler(source)
Adds a class based rule that may modify the metadata of any resolved software component.
Return
this
Type Parameters
T
the rule to be added
See also
Component Metadata Handler. all
inline fun <T : ERROR CLASS: Symbol not found for ComponentMetadataRule> ERROR CLASS: Symbol not found for ComponentMetadataHandler.all(configureAction: ERROR CLASS: Symbol not found for Action<in ERROR CLASS: Symbol not found for ActionConfiguration>): ERROR CLASS: Symbol not found for ComponentMetadataHandler(source)
Adds a class based rule that may modify the metadata of any resolved software component. The rule itself is configured by the provided configure action.
Return
this
Parameters
configure Action
the rule configuration
Type Parameters
T
the rule to be added
See also
Component Metadata Handler. all