tvos X64Test
abstract val NamedDomainObjectContainer<KotlinSourceSet>.tvosX64Test: NamedDomainObjectProvider<KotlinSourceSet>
Deprecated
Target is no longer available. See: https://kotl.in/native-targets-tiers
Static accessor for the test Kotlin Source Set of tvosX64 target. Declare tvosX64 target to access this source set. If tvosX64 target wasn't declared, accessing this source set will cause a runtime error during configuration time.
Sample:
kotlin {
tvosX64() // Target is declared, tvosX64Test source set is created
sourceSets {
tvosX64Test.dependencies {
// Add tvosX64Test dependencies here
}
}
}Content copied to clipboard
Since
2.0.20