watchosDeviceArm64Main

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

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

Sample:

kotlin {
watchosDeviceArm64() // Target is declared, watchosDeviceArm64Main source set is created

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

Since

2.0.20