Skip to content

Commit 668d46f

Browse files
authored
Support deprecated linuxArm32Hfp target. (#455)
Fixes #207
1 parent 469020e commit 668d46f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atomicfu/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ kotlin {
124124
mingwX64()
125125
watchosDeviceArm64()
126126

127+
@Suppress("DEPRECATION") //https://github.com/Kotlin/kotlinx-atomicfu/issues/207
128+
linuxArm32Hfp()
129+
127130
@OptIn(ExperimentalKotlinGradlePluginApi::class)
128131
applyDefaultHierarchyTemplate {
129132
group("native") {

0 commit comments

Comments
 (0)