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

Make things that are possibly null nullable #31

Closed
wants to merge 1 commit into from
Closed

Make things that are possibly null nullable #31

wants to merge 1 commit into from

Conversation

Jawnnypoo
Copy link

Right now, certain things are nullable from the Java side of things and are declared as non-null on the Kotlin side of things, which would cause runtime crashes as they occur. I think I covered them all here, but these were the ones that I found could be null via the JavaDocs of the Java libraries.

I also updated this to use the new java-library plugin which allows for more control over gradle dependencies.

@perwendel
Copy link
Owner

thx! Reviewing...

@Jawnnypoo Jawnnypoo closed this by deleting the head repository Jul 12, 2023
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.

None yet

2 participants