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