From 3de591deef3e0885ea1995e33ac9f13ac32d2d68 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Mon, 1 Jun 2020 11:45:49 +0200 Subject: [PATCH] Forgot to move arm32 to it's block --- multiplatform-crypto-api/build.gradle.kts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 { }