diff --git a/multiplatform-crypto-api/build.gradle.kts b/multiplatform-crypto-api/build.gradle.kts index e06234d..517bd2c 100644 --- a/multiplatform-crypto-api/build.gradle.kts +++ b/multiplatform-crypto-api/build.gradle.kts @@ -86,15 +86,18 @@ kotlin { } runningOnLinuxArm64 { - //Not supported in OFFICAL coroutines at the moment - linuxArm32Hfp() { + //Not supported in OFFICIAL coroutines at the moment + linuxArm64() { binaries { staticLib { } } } - //Not supported in OFFICIAL coroutines at the moment - linuxArm64() { + } + + runningOnLimuxArm32 { + //Not supported in OFFICAL coroutines at the moment + linuxArm32Hfp() { binaries { staticLib { }