I think the name of the gradle plugin should be changed to have a -gradle-plugin suffix like other gradle plugins:
kotlinx-gradle-serialization-pluginkotlinx-serialization-gradle-plugin~gradle
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$compilerVersion"
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:${property('konan.version')}"
classpath "org.jetbrains.kotlin:kotlinx-gradle-serialization-plugin:$serializationPluginVersion"
~
There is another option of naming, to be consistent with the rest of Kotlin compiler plugins: just kotlinx-serialization. (https://kotlinlang.org/docs/reference/compiler-plugins.html).
So it's renamed to kotlin-serialization now.
Most helpful comment
There is another option of naming, to be consistent with the rest of Kotlin compiler plugins: just
kotlinx-serialization. (https://kotlinlang.org/docs/reference/compiler-plugins.html).