[Gradle][MPP] MPPBuildReproducibilityIT | ArchiveReproducibilityTest: Include js target
^KT-52740 Verification Pending
This commit is contained in:
committed by
Space
parent
c93b1d2aab
commit
3aa3466d2e
+1
@@ -13,6 +13,7 @@ repositories {
|
|||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvm()
|
jvm()
|
||||||
|
js { browser() }
|
||||||
linuxX64()
|
linuxX64()
|
||||||
linuxArm64()
|
linuxArm64()
|
||||||
|
|
||||||
|
|||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
actual fun commonMainExpect() = "Hello from JVM"
|
||||||
+1
@@ -26,6 +26,7 @@ class ArchiveReproducibilityTest {
|
|||||||
val project = buildProjectWithMPP {
|
val project = buildProjectWithMPP {
|
||||||
kotlin {
|
kotlin {
|
||||||
jvm()
|
jvm()
|
||||||
|
js { browser() }
|
||||||
linuxX64()
|
linuxX64()
|
||||||
linuxArm64()
|
linuxArm64()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user