[Gradle, JS] Add module dom-api-compat

This reverts commit ba8cc877fd.
This commit is contained in:
Ilya Goncharov
2023-01-06 15:59:10 +01:00
committed by Space Team
parent 492a161d2c
commit 9b4821be28
6 changed files with 64 additions and 0 deletions
@@ -334,6 +334,7 @@ tasks.withType<Test> {
dependsOn(":gradle:android-test-fixes:install")
dependsOn(":gradle:gradle-warnings-detector:install")
dependsOn(":examples:annotation-processor-example:install")
dependsOn(":kotlin-dom-api-compat:install")
systemProperty("kotlinVersion", rootProject.extra["kotlinVersion"] as String)
systemProperty("runnerGradleVersion", gradle.gradleVersion)