You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the investigation @filipemp
Let's keep it open for now and wait for moshi 1.9.
If you have a branch ready, please send it out as a Draft PR and we can already do a first-pass review
We're currently generating code that relies on
moshi-kotlin
:swagger-gradle-codegen/plugin/src/main/resources/kotlin/tools/GeneratedCodeConverters.kt.mustache
Lines 10 to 14 in ed70186
This has the side effect of pulling in the
kotlin-reflect
dependency that is a pretty big jar.We should consider moving over to moshi-kotlin-codegen.
Ideally we just need to generate the
@JsonClass
annotation for our data classes and make sure we provide proper proguard rules for it.The text was updated successfully, but these errors were encountered: