Hugo Costa
05/13/2024, 11:40 AM> Could not find org.jetbrains.kotlin:kotlin-serialization-compiler-plugin-embeddable:1.9.21.
which I see became a dependency for basically everyone using org.jetbrains.kotlin:kotlin-serialization
. My understand is that between 1.8.+ and 1.9.+ you dropped most of the code of the Kotlin Serialization package and put it into this kotlin-serialization-compiler-plugin
and kotlin-serialization-compiler-plugin-embeddable
. To make our code bases have an easier time upgrading to 1.9.+, would you agree having kotlin-serialization-compiler-plugin-embeddable
as a (runtime) dependency of kotlin-serialization
makes sense?Hugo Costa
05/13/2024, 12:01 PMkotlin-gradle-plugin-api
9 times as of the latest version (1.9.24)? https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-serialization/1.9.24