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?
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?