johncarl81 / parceler

:package: Android Parcelables made easy through code generation.
http://parceler.org
Apache License 2.0
3.56k stars 273 forks source link

Using Parceler and Room together #356

Closed krishnasajja closed 5 years ago

krishnasajja commented 6 years ago

I have been using Parceler for a long time with no issues. Recently I started using Room in my project and having both the @Parcel and Room related annotations is causing it not to generate the '_Impl' classes.

Error: cannot find the implementation for database

Is this a known issue? Or has someone successfully got Room and Parceler to work together on the same class?

johncarl81 commented 6 years ago

Hmm, I haven't heard of this and don't see any conflicts between the two libraries off hand. Could you share a minimal example demonstrating the issue?