watchosArm64Test

abstract val NamedDomainObjectContainer<KotlinSourceSet>.watchosArm64Test: NamedDomainObjectProvider<KotlinSourceSet>

Static accessor for the test Kotlin Source Set of watchosArm64 target. Declare watchosArm64 target to access this source set. If watchosArm64 target wasn't declared, accessing this source set will cause a runtime error during configuration time.

Sample:

kotlin {
watchosArm64() // Target is declared, watchosArm64Test source set is created

sourceSets {
watchosArm64Test.dependencies {
// Add watchosArm64Test dependencies here
}
}
}

Since

2.0.20