<https://github.com/Kotlin/kotlinx.dom> is not mai...
# multiplatform
w
https://github.com/Kotlin/kotlinx.dom is not maintain anymore?
🤔 1
l
Seems like it was done for jvm and js, ahead of #multiplatform feature that landed in Kotlin 1.2 I'm willing to know more about it.
s
cc @cy
n
what cc means in this context? googling bring me a lot of meanings )
s
as in email, “copy to” 🙂 Just wanted to @cy to see this message, because I think he’s responsible for this
👍 1
c
Nobody asked about it for long
perhaps need to be compiled against latest kotlin at least
An there are no common declarations for now
The main issue with attempting to implement it is that Java's DOM and modern w3c DOM are quite different
w
If I remember correctly, kotlin multi platform project only support gradle until now. so first should I perform maven migrate to gradle?
c
You can keep using maven unless you need native
w
Would not it be better to migrate to gradle for the native support in the future?