watchosSimulatorArm64Main
abstract val NamedDomainObjectContainer<KotlinSourceSet>.watchosSimulatorArm64Main: NamedDomainObjectProvider<KotlinSourceSet>
Static accessor for the main 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, watchosSimulatorArm64Main source set is created
sourceSets {
watchosSimulatorArm64Main.dependencies {
// Add watchosSimulatorArm64Main dependencies here
}
}
}
Content copied to clipboard
Since
2.0.20