TestFixturesDependencyModifier
Implementation for the test fixtures dependency modifier.
Since
8.0
See also
modifyImplementation(ModuleDependency)
Functions
Link copied to clipboard
@Incubating
operator fun DependencyModifier.invoke(dependency: Provider<out ModuleDependency>): Provider<out ModuleDependency>
Modifies a dependency to select the variant of the given module.
Link copied to clipboard
fun modify( providerConvertibleToDependency: ProviderConvertible<out MinimalExternalModuleDependency>): Provider<out MinimalExternalModuleDependency>