In Moshi, is `KotlinJsonAdapterFactory` needed for...
# squarelibraries
d
In Moshi, is
KotlinJsonAdapterFactory
needed for Kotlin CodeGen, or is it only used for reflection mode?
e
that's only for reflection.
d
It might be nice to point that out in the docs... I thought maybe it handled other Kotlin compatibility problems (like null safeness, enums, etc...)