DependencyConfig

constructor(version: String, configuration: String? = null, configurationAction: ExternalModuleDependency.() -> Unit = {})

Parameters

version

The version of the dependency

configuration

The configuration to add the dependency to (default: null, which uses the default configuration for the function)

configurationAction

The action to apply to the dependency (default: {})