iosSimulatorArm64Main
abstract val NamedDomainObjectContainer<KotlinSourceSet>.iosSimulatorArm64Main: NamedDomainObjectProvider<KotlinSourceSet>
Static accessor for the main Kotlin Source Set of iosSimulatorArm64 target. Declare iosSimulatorArm64 target to access this source set. If iosSimulatorArm64 target wasn't declared, accessing this source set will cause a runtime error during configuration time.
Sample:
kotlin {
iosSimulatorArm64() // Target is declared, iosSimulatorArm64Main source set is created
sourceSets {
iosSimulatorArm64Main.dependencies {
// Add iosSimulatorArm64Main dependencies here
}
}
}
Content copied to clipboard
Since
2.0.20