api / org.gradle.api.artifacts / VariantMetadata / withDependencies

withDependencies

abstract fun withDependencies(action: Action<in DirectDependenciesMetadata>): Unit

Register a rule that modifies the dependencies of this variant.

Parameters

action - the action that performs the dependencies adjustment