watchosArm32Test

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

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

Sample:

kotlin {
watchosArm32() // Target is declared, watchosArm32Test source set is created

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

Since

2.0.20