i see that `0.7.4` was released and i am testing ...
# kotlinx-html
n
i see that
0.7.4
was released and i am testing it with
linuxx64
building the project throws this error:
Copy code
Module "org.jetbrains.kotlinx:kotlinx-html (org.jetbrains.kotlinx:kotlinx-html-linuxx64)" has a reference to symbol org.w3c.dom.events/Event|null[1]. Neither the module itself nor its dependencies contain such declaration.

This could happen if the required dependency is missing in the project. Or if there is a dependency of "org.jetbrains.kotlinx:kotlinx-html (org.jetbrains.kotlinx:kotlinx-html-linuxx64)" that has a different version in the project than the version that "org.jetbrains.kotlinx:kotlinx-html (org.jetbrains.kotlinx:kotlinx-html-linuxx64): 0.7.4" was initially compiled with. Please check that the project configuration is correct and has consistent versions of all required dependencies. 

..
\--- org.jetbrains.kotlinx:kotlinx-html (org.jetbrains.kotlinx:kotlinx-html-linuxx64): 0.7.4
     ^^^ This module requires symbol org.w3c.dom.events/Event|null[1].
     +--- stdlib: 1.6.10 -> 1.6.20-RC
     \--- org.jetbrains.kotlin.native.platform.posix: 1.6.10 -> 1.6.20-RC
          \--- stdlib: 1.6.20-RC
i am using kotlin 1.6.20-RC so maybe that could break things ? maybe i will find the time tomorrow to create a small reproducer on 1.6.10 i don't really get the reference to the w3c dom api though.. on first glance it looks like it got mixed up with the js variant.. but that does not seem to be the case either
b
Did they finally add native support in 0.7.4? It was never supported before
n
https://github.com/Kotlin/kotlinx.html/releases/tag/0.7.5 a;though 0.7.5 does not seem to be on mavenCentral()