linuxArm32HfpTest

Deprecated

Target is no longer available. 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