watchosSimulatorArm64Test

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

Sample:

kotlin {
watchosSimulatorArm64() // Target is declared, watchosSimulatorArm64Test source set is created

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

Since

2.0.20