RealExternalDependencyFactory

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.

Since

0.12.0

Parameters

generatorBindings

the list of possible bindings to search

Constructors

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

Properties

Link copied to clipboard

Functions

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