moshi/kotlin-codegen
Jesse Wilson d1df4740d5 Support properties that don't have a backing field.
Currently our main loop to gather PropertyGenerators goes over the backing fields.
This needs to change to iterate over the properties themselves. That leads to a lot
of churn. The net result is slightly more compatibility with the reflective adapter.
2018-04-09 00:08:15 -04:00
..
compiler Support properties that don't have a backing field. 2018-04-09 00:08:15 -04:00
integration-test Support properties that don't have a backing field. 2018-04-09 00:08:15 -04:00