From 258208731b779d815ec3c488bc9ec9802af48ac4 Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Tue, 14 Feb 2023 18:01:06 +0100 Subject: [PATCH] [Gradle, JS] Disable adding dom-api-compat as default dependencies --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index a0df68ddcd1..df61ab29803 100644 --- a/gradle.properties +++ b/gradle.properties @@ -55,6 +55,7 @@ kotlin.options.suppressFreeCompilerArgsModificationWarning=true # Don't add the Kotlin standard library dependencies by default # TODO: add this flag in a granular way to the modules that don't need stdlib? kotlin.stdlib.default.dependency=false +kotlin.js.stdlib.dom.api.included=false # Suppress warnings about using deprecated and unstable plugins in kotlin-stdlib kotlin.internal.mpp12x.deprecation.suppress=true