-
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.04 and kotlin 1.1.61 #207
Comments
I just set up a project with those exact gradle files and it worked :/ Got a reproducible sample I could dl? |
Ok, please let me check on another PC. |
Others have raised issues like this before too, but I've never been able to reproduce it. If you have a sample project I can look into on github I'll investigate |
@grandstaish I created such repo https://github.com/leshchenko/PaperParcelIssue. |
Just downloaded the sample and ran it with no issues. What's your setup? I'm on a MacBook Pro, Kotlin 1.1.61 (matching plugin), Android Studio 3.0.1 (using the embedded JDK), using the Gradle wrapper in the project. |
I used the same configuration but on Linux Mint Sonya. |
Same problem on mac |
I can't build an apk and get this error msg:
Error:(12, 33) Unresolved reference: PaperParcelState
PaperParcelState:
project build.gradle:
module build.gradle:
Could you please help me resolve this issue?
The text was updated successfully, but these errors were encountered: