RealExternalDependencyFactory
class RealExternalDependencyFactory @Inject constructor(val generatorBindings: DaggerList<CodeGeneratorBinding>) : ExternalDependency.Factory(source)
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
Functions
Link copied to clipboard
open override fun create(configurationName: ConfigurationName, group: String?, moduleName: String, version: String?, isTestFixture: Boolean): ExternalDependency