Files
moshi/moshi
Zac Sweers 2c9e3d036a Convert LinkedHashTreeMap to Kotlin (#1508)
* Initial pass at converting LinkedHashTreeMap to Kotlin

* Update tests as needed

* Remove Arrays use

* Separate find nullability

* Clean up a few expression bodies

* Various little cleanups and warnings

* Sprinkle in some knownNotNulls where useful

* add() is not implemented

* clean up some visibility and properties that can be fields

* Some minor formatting

* Some minor formatting
2022-01-23 18:03:25 -05:00
..