Hello, it's me again with another missing dependen...
# gradle
h
Hello, it's me again with another missing dependency 🙂 When upgrading to 1.9.+, we've started to notice most customers are having
Copy code
> 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?
Also, related, the pom seems a bit strange? It's repeating a dependency on the
kotlin-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