[Gradle, JS] Fix test with not included stdlib dependency with disabled dom-api-compat

This commit is contained in:
Ilya Goncharov
2023-02-13 23:15:31 +01:00
committed by Space Team
parent 9073a7b6b0
commit 1b7ea022e6
@@ -171,6 +171,9 @@ class KotlinSpecificDependenciesIT : KGPBaseTest() {
gradleProperties.appendText(
"\nkotlin.stdlib.default.dependency=false"
)
gradleProperties.appendText(
"\nkotlin.js.stdlib.dom.api.included=false"
)
listOf(
"compileKotlinJvm",