has anyone ever tried to use `kotlinx.serializatio...
# multiplatform
c
has anyone ever tried to use
kotlinx.serialization
with a mpp project? Only the
jsonparser
part of course, since the whole serialization library is not available on k/n I tried and everything seems fine, gradle is not complaining, IDEA seems ok, but if I try to use anything from
kotlinx.serialization.json.*
I get a compile error
Unresolved reference
j
it is and works alright
see #serialization
c
oh ok, just read that jsonparser is deprecated
m
https://github.com/MarcinMoskala/KotAcademyPortal (I need to update this one to the new plugin)
c
many thanks!
the only issue on these examples are dependencies versions. https://github.com/JetBrains/kotlinconf-app/blob/master/gradle.properties here you guys are using some ad-hoc versions but that's probably not so good, so I'm not sure about which version to use for nearly every dependency 😅