summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Aigner <SebastianAigner@users.noreply.github.com>2023-08-03 14:47:47 +0200
committerSebastian Aigner <SebastianAigner@users.noreply.github.com>2023-08-03 14:58:07 +0200
commite3b7e2b05ab5dc275896a59f90881c542c110b8d (patch)
tree4cce093c289bf0b5e474f3963622fb5e84d7c8a8
parent4af0f30b11ef2cdddc6d01f444783702f493d0a2 (diff)
downloadkotlinx.serialization-e3b7e2b05ab5dc275896a59f90881c542c110b8d.tar.gz
Clarify plugin releases in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef482728..420bbf7a 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ You can find auto-generated documentation website on [kotlinlang.org](https://ko
## Setup
-Kotlin serialization plugin is shipped with the Kotlin compiler distribution, and the IDEA plugin is bundled into the Kotlin plugin.
+[New versions](https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization) of the serialization plugin are released in tandem with each new Kotlin compiler version.
Using Kotlin Serialization requires Kotlin compiler `1.4.0` or higher.
Make sure you have the corresponding Kotlin plugin installed in the IDE, no additional plugins for IDE are required.