Enforced Platform Dependency Modifier
Implementation for the enforced platform dependency modifier.
Since
8.0
See also
modify Implementation(Module Dependency)
Functions
Link copied to clipboard
Takes a given ModuleDependency and modifies the dependency to select the variant of the given module.
Create an ExternalModuleDependency from the given notation and modifies it to select the variant of the given module as described in modify.
Takes a given
Provider to a ExternalModuleDependency and modifies the dependency to select the variant of the given module as described in modify.fun modify(providerConvertibleToDependency: ProviderConvertible<out MinimalExternalModuleDependency>): Provider<out MinimalExternalModuleDependency>
Takes a given
Provider to a MinimalExternalModuleDependency and modifies the dependency to select the variant of the given module as described in modify.