https://kotlinlang.org logo
#serialization
Title
# serialization
c

christophsturm

05/24/2018, 12:09 PM
does kotlinx-serialization work with idea 2018.2 and kotlin 1.2.50 eap?
s

sandwwraith

05/24/2018, 12:10 PM
Nope, build compatible with 1.2.50 is not released yet. You can try to download IDEA plugin from corresponding branch on TeamCity, but gradle plugin still not published nowhere
c

christophsturm

05/24/2018, 1:00 PM
thanks. the confusing part about it is that i got the error before even installing the plugin
I’m now back to 2018.1.4 and the 1.2.41 kotlin plugin and it also does not work
s

sandwwraith

05/24/2018, 2:18 PM
Re-import project from gradle then
and check compatibility table, 1.2.41 requres version >= 0.4.2
c

christophsturm

05/24/2018, 2:25 PM
oh thanks. the re-import fixed it.
i wonder if i should wait a bit before having the build depend on all that. is there going to be a stable version soon?
5 Views