TestSuiteSourceSet.HostJar

Added in 9.1.0-alpha02

@Incubating
interface TestSuiteSourceSet.HostJar : TestSuiteSourceSet


Represents a TestSuiteSourceSet for host jars.

Summary

Inherited functions

From org.gradle.api.Named

Inherited properties

From com.android.build.api.variant.TestSuiteSourceSet
AgpTestSuiteDependencies?

The dependencies associated with this source or null if this type does not support source dependencies (like TestSuiteSourceType.ASSETS]).

Public properties

java

Added in 9.1.0-alpha02
val javaSourceDirectories.Flat?

kotlin

Added in 9.1.0-alpha02
val kotlinSourceDirectories.Flat?

manifestFile

Added in 9.1.0-alpha02
val manifestFileFile?

Will point to a manifest file location when com.android.build.api.dsl.TestSuiteHostJarSpec.enableAndroidResources is turned on.

resources

Added in 9.1.0-alpha02
val resourcesSourceDirectories.Flat

type

open val typeTestSuiteSourceType

The source type.