Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullable fields #4

Open
ashenriques opened this issue Feb 19, 2018 · 0 comments
Open

Nullable fields #4

ashenriques opened this issue Feb 19, 2018 · 0 comments

Comments

@ashenriques
Copy link

I'm currently using RichRelevance in my app written in Kotlin.
For that reason I'm having some warnings, since the fields and methods inside you're library are not annotated with "@nullable" when it's the case.

So all my validations in android like "something!=null", where I know for fact that can return either true or false, the IDE always warns that the condition is always true, when in fact it isn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant