[Gradle, JS] Fix test with not included stdlib dependency with disabled dom-api-compat
This commit is contained in:
committed by
Space Team
parent
9073a7b6b0
commit
1b7ea022e6
+3
@@ -171,6 +171,9 @@ class KotlinSpecificDependenciesIT : KGPBaseTest() {
|
|||||||
gradleProperties.appendText(
|
gradleProperties.appendText(
|
||||||
"\nkotlin.stdlib.default.dependency=false"
|
"\nkotlin.stdlib.default.dependency=false"
|
||||||
)
|
)
|
||||||
|
gradleProperties.appendText(
|
||||||
|
"\nkotlin.js.stdlib.dom.api.included=false"
|
||||||
|
)
|
||||||
|
|
||||||
listOf(
|
listOf(
|
||||||
"compileKotlinJvm",
|
"compileKotlinJvm",
|
||||||
|
|||||||
Reference in New Issue
Block a user