tvosSimulatorArm64Main

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

Static accessor for the main 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, tvosSimulatorArm64Main source set is created

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

Since

2.0.20