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

Parceler code generation fails on AS 2023.3.1 #404

Open
sergiva-mp opened this issue Aug 27, 2023 · 0 comments
Open

Parceler code generation fails on AS 2023.3.1 #404

sergiva-mp opened this issue Aug 27, 2023 · 0 comments

Comments

@sergiva-mp
Copy link

Is Parceler a dead project now? I am updating an older codebase to new Google Play requirements and once I upgraded to latest Android Studio, the project no longer compiles with Parceler errors exactly as documented in last few issue reports since 2021.

For example,
#400

Years later, is there a solution or a workaround?

I am getting the same error from the code that looks like this.

@RealmClass
@parcel(implementations = {com_xxxxx_yyyyy_model_db_RMStatusRealmProxy.class},
value = Parcel.Serialization.BEAN,
analyze = {RMStatus.class})
public class RMStatus implements RealmModel {

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

No branches or pull requests

1 participant