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