Skip to content

Commit a9092a8

Browse files
committed
Fix dist validation
1 parent aea5df5 commit a9092a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private fun Project.validateKotlinMultiplatformCoreArtifacts() {
9999
"android",
100100
"js",
101101
"wasm-js",
102-
"linuxx64, linuxarm64",
102+
"linuxx64", "linuxarm64",
103103
"mingwx64"
104104
)
105105

0 commit comments

Comments
 (0)