So I was going to experiment with the kotlinx.seri...
# serialization
c
So I was going to experiment with the kotlinx.serialization library today but installing the plugin for it breaks the kotlin plugin in intellij. The autogenerated error message the IDE gives just says null so I can’t submit the report from inside the IDE either. I saw a ticket that described this problem on youtrack but its closed. Anyone know of how to get this working?
j
Using Gradle instead of the IntelliJ plugin worked for me.
n
There is this GitHub Issue: https://github.com/Kotlin/kotlinx.serialization/issues/92 I am also hoping for an update of the Plugin.
c
Oooh, version 0.4.2 of the serialization plugin seems to have fixed it for me. Awesome