RealDependenciesBlocksProvider
class RealDependenciesBlocksProvider(val groovyParser: GroovyDependenciesBlockParser, val kotlinParser: KotlinDependenciesBlockParser, val invokesConfigurationNames: InvokesConfigurationNames) : DependenciesBlocksProvider(source)
Constructors
Link copied to clipboard
constructor(groovyParser: GroovyDependenciesBlockParser, kotlinParser: KotlinDependenciesBlockParser, invokesConfigurationNames: InvokesConfigurationNames)
Types
Link copied to clipboard
class Factory @Inject constructor(val groovyParserProvider: Provider<GroovyDependenciesBlockParser>, val kotlinParserProvider: Provider<KotlinDependenciesBlockParser>) : DependenciesBlocksProvider.Factory