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
moshi-kotlin transitively depends on the kotlin-reflect library which is a 2.5 MiB .jar file.
in that way you can use each codegen or reflection inside final app
also retrofit adapter use moshi instead of moshi-kotlin
it require to change just the dependency in gradle and not require code change at all
The text was updated successfully, but these errors were encountered:
xanscale
changed the title
inside message-adapter-moshi switch from moshi-kotlin to moshi to avoid kotlin-reflect
[message-adapter-moshi] switch from moshi-kotlin to moshi to avoid kotlin-reflect
Nov 2, 2021
xanscale
changed the title
[message-adapter-moshi] switch from moshi-kotlin to moshi to avoid kotlin-reflect
[message-adapter-moshi] avoid 'kotlin-reflect' switching from 'moshi-kotlin' to 'moshi'
Nov 2, 2021
xanscale
changed the title
[message-adapter-moshi] avoid 'kotlin-reflect' switching from 'moshi-kotlin' to 'moshi'
[message-adapter-moshi] Avoid 'kotlin-reflect' switching from 'moshi-kotlin' to 'moshi'
Nov 2, 2021
moshi-kotlin transitively depends on the kotlin-reflect library which is a 2.5 MiB .jar file.
in that way you can use each codegen or reflection inside final app
also retrofit adapter use moshi instead of moshi-kotlin
it require to change just the dependency in gradle and not require code change at all
The text was updated successfully, but these errors were encountered: