The types-kotlinx-serialization subproject doesn't export the dependencies used by the API, which produces an error in the consumer side for resolving types.
This subproject should instead export these dependencies using the API configuration for Gradle dependencies (see the difference between API and Implementation configurations).
📝 Description
The
types-kotlinx-serialization
subproject doesn't export the dependencies used by the API, which produces an error in the consumer side for resolving types. This subproject should instead export these dependencies using the API configuration for Gradle dependencies (see the difference between API and Implementation configurations).