Closed Kevinrob closed 4 years ago
This pull request will help people who develop with Kotlin. Annotations @Nullable and @NotNull help Kotlin compiler to infer good type.
@Nullable
@NotNull
Coverage remained the same at 81.906% when pulling 4cba78b633b02e0c19942c6ac662fe7ebdc7cc5e on Kevinrob:nullable-annotations into 2cd5a56f522216c941eda7b87d4f842a74a033e3 on kamikat:master.
@kamikat Is this PR okay for you?
Great improvement for Kotlin users !
We have forked this repo and merged this PR.
This pull request will help people who develop with Kotlin. Annotations
@Nullable
and@NotNull
help Kotlin compiler to infer good type.