Getting the following error for all `org.w3c.dom` ...
# javascript
b
Getting the following error for all
org.w3c.dom
stdlib package when using BOTH compiler mode on
1.4.0-rc
. Does anyone know a fix?
i
Failed to reproduce the problem with a dummy project. Can you please create an issue and attach your project?
b
REPO just add BOTH mode to js target here
i
On building I get:
Copy code
Could not determine the dependencies of task
':kvdom:kvdom-dsl:jsIrPackageJson'.
> Could not resolve all dependencies for configuration ':kvdom:kvdom-dsl:jsIrNpm'.
 > Could not resolve lt.petuska:kotlinx-html:0.7.2.
What I have to do to reproduce the problem?
b
ah, right. kotlinx-html is not published with IR yet.
Sec
Try building this with IR mode https://gitlab.com/lt.petuska/kotlinx-html
Just saw the request for an issue. Apologies, will file it shortly.
🙏 1