mirror of
https://github.com/fankes/moshi.git
synced 2025-12-13 01:21:01 +08:00
* Check against non-nullable known primitives when rendering class blocks `Int?` will not equal `Int` in KotlinPoet, so this was always falling through to the default `::class.java` code. Resolves #991 * Nix comment * Flesh out test to include all primitives