linuxArm32HfpMain

Deprecated

Target is no longer available. See: https://kotl.in/native-targets-tiers

Static accessor for the main 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, linuxArm32HfpMain source set is created

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

Since

2.0.20