Skip to content

Commit f4fe077

Browse files
committed
disable mingwX86 for redux-kotlin-threadsafe
1 parent ad73c51 commit f4fe077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-kotlin-threadsafe/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kotlin {
3030
linuxX64()
3131
macosX64()
3232
mingwX64()
33-
mingwX86()
33+
// mingwX86()
3434
tvosArm64()
3535
tvosX64()
3636
watchosArm32()

0 commit comments

Comments
 (0)