kosi-libs / MocKMP

A mocking processor for Kotlin Multiplatform
https://kosi-libs.org/mockmp
MIT License
183 stars 12 forks source link

1.14.0 has issue with kotlinx serialization #66

Closed glureau closed 9 months ago

glureau commented 1 year ago

1.14.0 is the latest Kotlin 1.8.X available version, but unfortunately it's loading kotlin 1.8.20 and this version has issue with ktx serialization (1.8.21 fixes this issue).

As a workaround we can force the kotlin version in gradle, but maybe a 1.14.1 with Kotlin 1.8.21 would avoid this issue to other developers. (just a suggestion, feel free to close)

SalomonBrys commented 9 months ago

Version 1.16.0 is compiled with Kotlin 1.9.20 & KSP 1.0.14 :)