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

Add ability to pass nullable properties #133

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

sgrekov
Copy link
Collaborator

@sgrekov sgrekov commented Jun 10, 2019

This PR adds ability to pass nullable values into properties where they are marked by @nullable annotation. Also, it marks property calls with @nonnull and @nullable annotations to be more Kotlin friendly.
Since this annotations have compile time visibility, generate task now inspects byte code to find these annotations.
As for platform sdk annotations, those annotations are started to appear only on latest binaries(API 28), and they are marked as @RecentlyNullable and @RecentlyNonNull

@sgrekov sgrekov requested a review from zserge June 10, 2019 09:30
@sgrekov sgrekov mentioned this pull request Aug 11, 2019
sgrekov and others added 2 commits September 2, 2019 18:49
* add sample app module to project

* update travis config

* move buildscript section to parent
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

Successfully merging this pull request may close these issues.

2 participants