Open Tapchicoma opened 5 years ago
Would be nice to add to all methods that may return null @Nullable annotation, so it enables better interop with Kotlin code.
null
@Nullable
Done with PR #98 😉
Would be nice to add to all methods that may return
null
@Nullable
annotation, so it enables better interop with Kotlin code.