-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Two default constructors incorrectly added when types are parcelable and includeConstructors is active #742
Comments
Are you using Parcelable classes by any chance? |
And are the constructors duplicates? Do the classes compile? It would be useful to have some more detail here. Thanks! |
Oh, I think I'm the one to blame for that. Anyway, I'm trying to fix this ASAP, and try to see what other side effects might come from other settings as well. Sorry for the trouble |
Fix for #742 : Generating 2 constructors
Thanks for reporting this quickly @locofrank. Closed by #743. |
I'll release 0.4.37 shortly. |
Wow! You folks are on top of it. Sorry I didn't respond quickly. Thanks for the quick fix. |
The latest build was generating 2 constructors for several of my classes
I needed to roll back to 0.4.35 to fix my project
The text was updated successfully, but these errors were encountered: