3
3
[ ![ official JetBrains project] ( https://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
4
4
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
5
5
[ ![ TeamCity build] ( https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/KotlinTools_KotlinxSerialization_Ko.svg )] ( https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxSerialization_Ko&guest=1 )
6
- [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.serialization.runtime/images/download.svg?version=0.20.0 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime/0.20.0 )
6
+ [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.serialization.runtime/images/download.svg?version=1.0.0-RC ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime/1.0.0-RC )
7
7
8
8
Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes,
9
9
runtime libraries with core serialization API and JSON format, and support libraries with ProtoBuf, CBOR and properties formats.
@@ -22,9 +22,9 @@ Kotlin serialization consists of a compiler plugin, that generates visitor code
22
22
* [ Using the ` plugins ` block] ( #using-the-plugins-block )
23
23
* [ Using ` apply plugin ` (the old way)] ( #using-apply-plugin-the-old-way )
24
24
* [ Dependency on the runtime library] ( #dependency-on-the-runtime-library )
25
- * [ Android/JVM] ( #android/jvm )
25
+ * [ Android/JVM] ( #androidjvm )
26
26
* [ Multiplatform (common, JS, Native)] ( #multiplatform-common-js-native )
27
- * [ Maven/JVM] ( #maven/jvm )
27
+ * [ Maven/JVM] ( #mavenjvm )
28
28
29
29
<!-- - END -->
30
30
@@ -67,7 +67,6 @@ Kotlin serialization plugin is shipped with the Kotlin compiler distribution, an
67
67
68
68
Using Kotlin Serialization requires Kotlin compiler ` 1.4.0 ` or higher.
69
69
Make sure you have the corresponding Kotlin plugin installed in the IDE, no additional plugins for IDE are required.
70
- Example projects on JVM are available for [ Gradle] ( examples/example-jvm/build.gradle ) and [ Maven] ( examples/example-jvm/pom.xml ) .
71
70
72
71
### Gradle
73
72
@@ -184,7 +183,7 @@ to add this to your `proguard-rules.pro`:
184
183
185
184
You may also want to keep all custom serializers you've defined.
186
185
187
- ### Multiplatform (common , JS, Native)
186
+ ### Multiplatform (Common , JS, Native)
188
187
189
188
Most of the modules are also available for Kotlin/JS and Kotlin/Native.
190
189
You can add dependency to the required module right to the common source set:
0 commit comments