ZacSweers / MoshiX

Extensions for Moshi including IR plugins, moshi-sealed, and more.
Apache License 2.0
514 stars 37 forks source link

Is Kotlin 1.9.x + moshi-ir 0.23.0 discouraged? #459

Closed plnice closed 1 year ago

plnice commented 1 year ago

In my project I use moshi-ir and I wanted to update to Kotlin 1.9.0 and moshi-ir 0.23.0. I've noticed that 0.24.0-RC release notes mention that there are some incremental compilation issues in Kotlin 1.9.x related to using moshi-ir and Proguard rules generation. What kind of issues are those? Do they affect build time only or also correctness of generated classes/rules? Does this mean that I should restrain from updating Kotlin and moshi-ir in production until 0.24.0 is released?