-
Notifications
You must be signed in to change notification settings - Fork 273
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
Gradle Build Error: NullPointerException #357
Comments
Not really... care to share the class that's causing this or perhaps a small project to demonstrate? |
Thank you for your quick reply. |
Hi John, Without a sealed class, everything works fine:
When using a sealed class, I get the described NPE:
|
Update: The error also occurs when wrapping a data class with |
My guess right now is the NPE is from a package not existing? Not sure without something concrete to diagnose. |
Can you share |
Hi John, sorry for not updating the issue. |
Sounds good, good luck! |
Hi,
when building our project, we receive a nullpointer exception (see stacktrace below).
The error occured after we upgraded a different library that does not use Parceler. The module that makes use of Parceler did not change in any way.
Do you know what could cause this exception?
Thank you and best regards.
Parceler: 1.1.11
Build tools: 27.0.3
Gradle Build Tools: 3.0.1
Kotlin version: 1.2.50
The text was updated successfully, but these errors were encountered: