Skip to content

Commit aea5df5

Browse files
committed
Update validation
1 parent b463f5d commit aea5df5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ private fun Project.validateKotlinMultiplatformCoreArtifacts() {
9696
"macosx64", "macosarm64",
9797
"jvm",
9898
"iosx64", "iossimulatorarm64", "iosarm64",
99-
"android"
99+
"android",
100+
"js",
101+
"wasm-js",
102+
"linuxx64, linuxarm64",
103+
"mingwx64"
100104
)
101105

102106
val artifactPaths = buildList {

0 commit comments

Comments
 (0)