kotools / types

Explicit types for Kotlin Multiplatform.
https://types.kotools.org
MIT License
90 stars 6 forks source link

🐛 API dependencies of `types-kotlinx-serialization` #700

Closed LVMVRQUXL closed 3 months ago

LVMVRQUXL commented 3 months ago

📝 Description

Bug encountered in version 4.5.1.

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).