October 2018
Intermediate to advanced
370 pages
9h 15m
English
To run the code from this chapter, you need to install the serialization plugin for IntelliJ IDEA. Use this link and the following steps to download the latest version: https://bintray.com/kotlin/kotlinx/kotlinx.serialization.plugin:

You should also add the following line in the repositories section of the build.gradle file:
maven { url "https://kotlin.bintray.com/kotlinx" }
In addition, you should add this line to the dependencies section:
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.6.1" ...
Read now
Unlock full access