tvosSimulatorArm64Test

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

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

Sample:

kotlin {
tvosSimulatorArm64() // Target is declared, tvosSimulatorArm64Test source set is created

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

Since

2.0.20