MoviebaseApp / tmdb-kotlin

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.
https://www.moviebase.app
Apache License 2.0
205 stars 20 forks source link

Fix kotlinx-serialization version #58

Closed chrisbanes closed 1 year ago

chrisbanes commented 1 year ago

It's currently pulling in 0.4.0, which is really old. Luckily, ktor-serialization-json will automatically upgrade the version, but the POM still declares kotlinx-serialization 0.4.0.

v0.4.0 doesn't exist on Maven Central, which causes issues for builds which do not use jcenter().

ChrisKruegerDev commented 1 year ago

Thanks. This version wasn't intended