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