I think he’s specifically referencing jw’s work on Moshi while he was at Square
m
maxmello
07/12/2018, 9:14 PM
I don’t actually know a lot about Klaxon but judging from their build.gradle it depends on kotlin-reflect while the newest version of Moshi can use code generation so it’s not increasing apk sizes by too much. I might be wrong here though (on the Klaxon part)
g
gildor
07/13/2018, 12:51 AM
Yes, Klaxon uses kotlin-reflect to support all Kotlin features out of the box.
p
pp.amorim
07/13/2018, 6:11 PM
you can remove kotlin-reflect and it turns into a very small library that does a lot of things