RealDependenciesBlocksProvider

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun get(): List<DependenciesBlock>