mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
* Use isNotEmpty() * Use Metadata import directly * Tighten visibility of IndexedParameterMap * Use idiomatic require() checks Didn't use it on a couple other places where readability would suffer * Remove unnecessary type arg * Remove unnecessary curly braces * Use mutable list rather than allocate new lists IntelliJ thinks this is a better approach * Tighten KotlinJsonAdapter property visibility * Suppress existing extraneous warnings