moshi-jsonapi
moshi-jsonapi copied to clipboard
Nullable annotations
Would be nice to add to all methods that may return null
@Nullable
annotation, so it enables better interop with Kotlin code.
Done with PR #98 😉