RealConfiguredProjectDependencyFactory
class RealConfiguredProjectDependencyFactory @Inject constructor(val pathResolver: TypeSafeProjectPathResolver, val generatorBindings: DaggerList<CodeGeneratorBinding>) : ProjectDependency.Factory
Content copied to clipboard
Creates a ProjectDependency for given arguments, using pathResolver and generatorBindings to look up a CodeGeneratorBinding in the event that the project dependency in question is an annotation processor.
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard
Functions
Link copied to clipboard
open override fun create( configurationName: ConfigurationName, path: ProjectPath, isTestFixture: Boolean): ProjectDependency
Content copied to clipboard
Properties
Link copied to clipboard
used to look up the StringProjectPath of any internal project code generators. This is necessary in order to look up the CodeGeneratorBinding.