Hello, it's me again with another missing dependency 🙂 When upgrading to 1.9.+, we've started to notice most customers are having
> 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?