AgpTestSuiteDependencies

Added in 9.0.0-alpha08

@Incubating
interface AgpTestSuiteDependencies


DSL element to add dependencies to an AgpTestSuite

Summary

Public properties

DependencyCollector

Returns a DependencyCollector that collects the set of compile-only dependencies.

DependencyCollector

Returns a []DependencyCollector] that collects the set of implementation dependencies.

DependencyCollector

Returns a DependencyCollector that collects the set of runtime-only dependencies.

Public properties

compileOnly

Added in 9.0.0-alpha08
val compileOnlyDependencyCollector

Returns a DependencyCollector that collects the set of compile-only dependencies.

implementation

Added in 9.0.0-alpha08
val implementationDependencyCollector

Returns a []DependencyCollector] that collects the set of implementation dependencies.

runtimeOnly

Added in 9.0.0-alpha08
val runtimeOnlyDependencyCollector

Returns a DependencyCollector that collects the set of runtime-only dependencies.