Package-level declarations
Dependency modifiers that can access platform and enforced platforms in dependencies
blocks.
Types
Link copied to clipboard
interface JvmComponentDependencies : PlatformDependencyModifiers, TestFixturesDependencyModifiers, GradleDependencies
This DSL element is used to add dependencies to a component, for instance a TestSuite
implementation
dependencies are used at compilation and runtime.compileOnly
dependencies are used only at compilation and are not available at runtime.runtimeOnly
dependencies are not available at compilation and are used only at runtime.annotationProcessor
dependencies are used only at compilation for the annotation processor classpath
Link copied to clipboard
A test suite is a collection of JVM-based tests.
Link copied to clipboard
Defines the target environment against which a JvmTestSuite will be run.
Link copied to clipboard
Dependency modifier APIs that can find platform and enforced platforms in other modules for
dependencies
blocks.Link copied to clipboard
Dependency modifier APIs that can find test fixtures in other modules for
dependencies
blocks.