[Gradle, JS] Fix manifest destination
This commit is contained in:
+1
-1
@@ -2300,7 +2300,7 @@ class NewMultiplatformIT : BaseGradleIT() {
|
|||||||
// JS:
|
// JS:
|
||||||
assertFileExists(
|
assertFileExists(
|
||||||
if (jsIr) {
|
if (jsIr) {
|
||||||
"build/classes/kotlin/js/integrationTest/manifest"
|
"build/classes/kotlin/js/integrationTest/default/manifest"
|
||||||
} else {
|
} else {
|
||||||
"build/classes/kotlin/js/integrationTest/new-mpp-associate-compilations_integrationTest.js"
|
"build/classes/kotlin/js/integrationTest/new-mpp-associate-compilations_integrationTest.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user