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