RealExternalDependencyFactory

class RealExternalDependencyFactory @Inject constructor(val generatorBindings: DaggerList<CodeGeneratorBinding>) : ExternalDependency.Factory

Creates an ExternalDependency for given arguments, a List<CodeGeneratorBinding> to look up a CodeGeneratorBinding in the event that the project dependency in question is an annotation processor.

Constructors

Link copied to clipboard
@Inject
fun RealExternalDependencyFactory(generatorBindings: DaggerList<CodeGeneratorBinding>)

Functions

Link copied to clipboard
open override fun create(    configurationName: ConfigurationName,     group: String?,     moduleName: String,     version: String?,     isTestFixture: Boolean): ExternalDependency

Properties

Link copied to clipboard
private val generatorBindings: DaggerList<CodeGeneratorBinding>

the list of possible bindings to search

Sources

Link copied to clipboard