Skip to content
New issue

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

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

Already on GitHub? # to your account

Parcelable classes support #39

Open
NicolaVerbeeck opened this issue Jun 10, 2020 · 1 comment
Open

Parcelable classes support #39

NicolaVerbeeck opened this issue Jun 10, 2020 · 1 comment

Comments

@NicolaVerbeeck
Copy link

In android, when a data class implements the Parcelable interface, data classes have multiple constructors. Currently when you use the intention, the Parcelable variant is used to fill in the arguments instead of the main constructor.

Can we have a check that fixes this or an additional option to select which of the constructors to use?

@suusan2go
Copy link
Owner

Hi sorry for the really late reply. The configuration feature was introduced in this PR If you need additional option, PRs are welcome.
#49

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

No branches or pull requests

2 participants