diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index 75b6be93a98..29bc1645124 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -335,6 +335,25 @@ components.main { +### Serialization plugin + +The plugin is shipped with a customized version of the `kotlinx.serialization` plugin. To use it you don't have to +add new buildscript dependencies, just apply the plugins and add a dependency on the serialization library: + +