https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
w

wickedev

04/11/2018, 6:57 AM
https://github.com/Kotlin/kotlinx.dom is not maintain anymore?
🤔 1
l

louiscad

04/11/2018, 7:25 AM
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

sandwwraith

04/11/2018, 10:47 AM
cc @cy
n

Nail Gilaziev

04/11/2018, 5:25 PM
what cc means in this context? googling bring me a lot of meanings )
s

sandwwraith

04/12/2018, 9:17 AM
as in email, “copy to” 🙂 Just wanted to @cy to see this message, because I think he’s responsible for this
👍 1
c

cy

04/13/2018, 11:58 AM
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

wickedev

04/13/2018, 12:42 PM
If I remember correctly, kotlin multi platform project only support gradle until now. so first should I perform maven migrate to gradle?
c

cy

04/13/2018, 1:33 PM
You can keep using maven unless you need native
w

wickedev

04/13/2018, 1:53 PM
Would not it be better to migrate to gradle for the native support in the future?