We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d370f0 commit df3828aCopy full SHA for df3828a
lib-threadsafe/build.gradle
@@ -26,8 +26,9 @@ kotlin {
26
iosX64("iosSim")
27
macosX64("macos")
28
mingwX64("win")
29
- wasm32("wasm")
30
- linuxArm32Hfp("linArm32")
+ //below are currently not supported by atomicfu
+ //wasm32("wasm")
31
+ //linuxArm32Hfp("linArm32")
32
linuxMips32("linMips32")
33
linuxMipsel32("linMipsel32")
34
linuxX64("lin64")
0 commit comments