-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unresolved reference: PaperParcelXXX using PaperParcel version 2.01 and kotlin 1.1.2-4 #183
Comments
Do you have any other errors at all in the console? This could happen if any annotation processor fails, i.e. if you have a Dagger error then the PaperParcelXXX classes won't be generated (and therefore you'll get an unresolved reference error). |
yes when i run with --stacktrace i have this,
|
knowing that i have in my gradle only this two dependencies to kapt
kapt "nz.bradcampbell:paperparcel-compiler:2.0.1"
//dagger
kapt "com.google.dagger:dagger-compiler:2.9"
The text was updated successfully, but these errors were encountered: