-
Notifications
You must be signed in to change notification settings - Fork 70
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
Kotlinx serializable annotation not found after build project #9
Comments
Hey, @rhonyabdullah ! Unfortunately, I can't reproduce your issue. Could you please share with me some details about your environment:
|
Hi, here is:
|
I encountered the same issue. Actually, for me it has been solved by performing an Invalidate Caches and Restart in Android Studio. |
@bagolysz can you confirm that after you execute build / run the project that error is gone or appear again ? |
I had the same issue. My suspect is "organise imports". I had IntelliJ automatically organise imports during git commit and it seems like something goes wrong there. |
I was not able to consistently reproduce this issue anymore. |
@bagolysz |
Hey @rhonyabdullah , are you still having this issue with the latest version of the project? (Check the final branch again please, it was force-pushed with the updated dependencies) |
Is there any movement on this? I too am now experiencing this problem, it seems to have happened after updating the Kotlin plugin. None of the remedies here or in Kotlin/kotlinx.serialization#73 apply, I think. I was already using the Kotlin DSL, I had not applied "organise imports" (I'm on AS), my versions are
This is happening in my shared module, I have tried to import kotlinx.serializable.Serializable with the same results illustrated at the head of this report. I have also added the plugin to the android module with no improvement. Any thoughts gratefully received. |
Hi |
Hi @JendrikDerWeise |
Hello @KaterinaPetrova
![](https://camo.githubusercontent.com/bcfdf287eea3f0cb883b5b0d7ac126f7526cf6fcabe53735acee889585170329/68747470733a2f2f692e6962622e636f2f44346e4b314a622f53637265656e2d53686f742d323032312d30312d30342d61742d332d32342d34392d504d2e706e67)
As you mentioned here i try to checking out "final" branch.
Project is well synching, but after execute "build" from android studio any serializable annotation is missing, if i sync the project again serializable appear but if i build the project it become error again, i try every workaround that discussed here but still didn't work
The text was updated successfully, but these errors were encountered: