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