johncarl81 / parceler

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

Can't generate code #396

Open Maxxan opened 3 years ago

Maxxan commented 3 years ago

Hi, Here is an example where parceler fails to generate code with latest version of Android Studio. If you fix this I think that #394 will also be solved.

So download Arctic Fox from here and compile the project. https://developer.android.com/studio/preview

Parceler.zip

I hope you can find the problem. :)

johncarl81 commented 3 years ago

Thanks @Maxxan :+1:

tgobbens commented 3 years ago

Any updates on this? from what i've been seeing it fails to compile e.g. generate code when the "implementation =" argument is used. I've added an example project here: https://drive.google.com/file/d/1qcvKvox53iODqo_yD4CjXnesmHjbm459/view?usp=sharing.

johncarl81 commented 3 years ago

See my comment here @tgobbens @Maxxan : https://github.com/johncarl81/parceler/issues/394#issuecomment-881971239 . Can you give me any input on this?