[JS, Stdlib] Move DOM API to separate module kotlin-dom-api-compat

[JS, Stdlib] Leave sources of dom api inside stdlib

[Stdlib, JS] Leave ItemArrayLike inside stdlib
This commit is contained in:
Ilya Goncharov
2022-11-15 16:58:25 +01:00
committed by Space Team
parent fce26aa536
commit 688894aabc
77 changed files with 17709 additions and 35268 deletions
@@ -324,6 +324,7 @@ tasks.withType<Test> {
dependsOnKotlinGradlePluginInstall()
dependsOn(":gradle:android-test-fixes:install")
dependsOn(":examples:annotation-processor-example:install")
dependsOn(":kotlin-dom-api-compat:install")
systemProperty("kotlinVersion", rootProject.extra["kotlinVersion"] as String)
systemProperty("runnerGradleVersion", gradle.gradleVersion)