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