[Gradle][MPP] MPPBuildReproducibilityIT | ArchiveReproducibilityTest: Include js target

^KT-52740 Verification Pending
This commit is contained in:
sebastian.sellmair
2022-06-24 11:45:57 +02:00
committed by Space
parent c93b1d2aab
commit 3aa3466d2e
3 changed files with 3 additions and 0 deletions
@@ -13,6 +13,7 @@ repositories {
kotlin {
jvm()
js { browser() }
linuxX64()
linuxArm64()
@@ -26,6 +26,7 @@ class ArchiveReproducibilityTest {
val project = buildProjectWithMPP {
kotlin {
jvm()
js { browser() }
linuxX64()
linuxArm64()