Scarlet icon indicating copy to clipboard operation
Scarlet copied to clipboard

[message-adapter-moshi] Avoid 'kotlin-reflect' switching from 'moshi-kotlin' to 'moshi'

Open xanscale opened this issue 3 years ago • 0 comments

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

xanscale avatar Nov 02 '21 09:11 xanscale