From ab64e271ab1aa4a8e506b3241a9933095d85d14d Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Mon, 1 Jun 2020 21:29:06 +0200 Subject: [PATCH] Missed watchcos 32bit --- multiplatform-crypto-delegated/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiplatform-crypto-delegated/build.gradle.kts b/multiplatform-crypto-delegated/build.gradle.kts index 2a1698d..b84737b 100644 --- a/multiplatform-crypto-delegated/build.gradle.kts +++ b/multiplatform-crypto-delegated/build.gradle.kts @@ -309,7 +309,7 @@ kotlin { "iosArm64", "iosX64", "tvosArm64", "tvosX64", "watchosArm64" ) val ios32Bit = setOf( - "iosArm32", "watchosX86" + "iosArm32", "watchosX86", "watchosArm32" ) val mingw64Bit = setOf( "mingwX64"