Skip to content

Commit 8e573a0

Browse files
committed
Update README.md
1 parent ea39daf commit 8e573a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
44
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
55
[![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)
77

88
Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes,
99
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
2222
* [Using the `plugins` block](#using-the-plugins-block)
2323
* [Using `apply plugin` (the old way)](#using-apply-plugin-the-old-way)
2424
* [Dependency on the runtime library](#dependency-on-the-runtime-library)
25-
* [Android/JVM](#android/jvm)
25+
* [Android/JVM](#androidjvm)
2626
* [Multiplatform (common, JS, Native)](#multiplatform-common-js-native)
27-
* [Maven/JVM](#maven/jvm)
27+
* [Maven/JVM](#mavenjvm)
2828

2929
<!--- END -->
3030

@@ -67,7 +67,6 @@ Kotlin serialization plugin is shipped with the Kotlin compiler distribution, an
6767

6868
Using Kotlin Serialization requires Kotlin compiler `1.4.0` or higher.
6969
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).
7170

7271
### Gradle
7372

@@ -184,7 +183,7 @@ to add this to your `proguard-rules.pro`:
184183

185184
You may also want to keep all custom serializers you've defined.
186185

187-
### Multiplatform (common, JS, Native)
186+
### Multiplatform (Common, JS, Native)
188187

189188
Most of the modules are also available for Kotlin/JS and Kotlin/Native.
190189
You can add dependency to the required module right to the common source set:

0 commit comments

Comments
 (0)