linuxArm32HfpTest

abstract val NamedDomainObjectContainer<KotlinSourceSet>.linuxArm32HfpTest: NamedDomainObjectProvider<KotlinSourceSet>

Deprecated

Target will be removed in a future release. See: https://kotl.in/native-targets-tiers

Static accessor for the test Kotlin Source Set of linuxArm32Hfp target. Declare linuxArm32Hfp target to access this source set. If linuxArm32Hfp target wasn't declared, accessing this source set will cause a runtime error during configuration time.

Sample:

kotlin {
linuxArm32Hfp() // Target is declared, linuxArm32HfpTest source set is created

sourceSets {
linuxArm32HfpTest.dependencies {
// Add linuxArm32HfpTest dependencies here
}
}
}

Since

2.0.20