Removed dependency on 'kotlin-dom-api-compat' in js target

This commit is contained in:
Andrew Golovashevich 2025-03-26 02:12:26 +03:00
parent 25cb516d0f
commit 0b241ea7e2

View File

@ -3,3 +3,4 @@ kotlin.mpp.applyDefaultHierarchyTemplate=false
kotlin.native.enableKlibsCrossCompilation=true
# compileOnly dependencies from commonMain still throw warning
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
kotlin.js.stdlib.dom.api.included=false