watchosX64Test

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

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

Sample:

kotlin {
watchosX64() // Target is declared, watchosX64Test source set is created

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

Since

2.0.20