-
Notifications
You must be signed in to change notification settings - Fork 274
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
Project synchronization error with the new plugin #1806
Comments
Just in case do you have this set to false: And what Kotlin version are you using? |
Yes, it is set to false.
Kotlin 2.0.20 |
In that case as the last idea I would try |
Maybe related Kotlin/kotlinx.serialization#576 |
In that does not help, and you have nothing else to try, I would remove |
I tried these methods, but unfortunately, it's still the same error 😔 |
Maybe check what version of kotlinx.serialization is included by XMLUtil ( If XMLUtil expects a newer version, you can try to downgrade XMLUtil, if you try to upgrade kotlinx.serialization then things in intellij may break, usually it's best to use the bundled things. |
If run with Stacktrace
|
We checked on other devices, the same thing happens there, that is, it does not depend on a specific device, probably the problem is probably in the project or in the plugin. |
Debug logging creates the same error even in my project. |
What happened?
After migrating to a new plugin version 2.0.0 and higher, a gradle project synchronization error occurs, because of this it is impossible to do anything with the IDE plugin.
Relevant log output or stack trace
Steps to reproduce
I don't know what the problem is and how to reproduce it separately, just the usual setup of the IDE plugin inside the general Android project.
Gradle IntelliJ Plugin version
2.0.0-2.1.0
Gradle version
8.9-8.10.2
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: