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