From 0b241ea7e216032ec9fa3e4b5c5b89a8fd247b47 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Wed, 26 Mar 2025 02:12:26 +0300 Subject: [PATCH] Removed dependency on 'kotlin-dom-api-compat' in js target --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3ecb710..82480f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,5 @@ kotlin.stdlib.default.dependency=false kotlin.mpp.applyDefaultHierarchyTemplate=false kotlin.native.enableKlibsCrossCompilation=true # compileOnly dependencies from commonMain still throw warning -kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning \ No newline at end of file +kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning +kotlin.js.stdlib.dom.api.included=false \ No newline at end of file