Dependency Config
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)
configuration Action
The action to apply to the dependency (default: {})