[Gradle, JS] Disable adding dom-api-compat as default dependencies

This commit is contained in:
Ilya Goncharov
2023-02-14 18:01:06 +01:00
committed by Space Team
parent 1b7ea022e6
commit 258208731b
+1
View File
@@ -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