-
Notifications
You must be signed in to change notification settings - Fork 201
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
0.51.0 fails with Kotlin 2.0.0 with ConcurrentModificationException #907
Comments
I've never seen that error, you'd need to dig deeper (e.g. |
full:
|
any chance you can provide a reproducer? It looks more likely to be a Gradle bug, since our code is merely calling Lines 181 to 183 in dcf7394
Where this extension method calls The Gradle realizePending is a bit confusing so I'm not sure exactly why it is modifying during its iteration which causes the iterator to be invalidated. |
fwiw, they'll probably want a |
Seeing CME and failure with Kotlin 2.0. Does current master fix the issue? Will there be a new release - it's been 8 months since the last release?
The text was updated successfully, but these errors were encountered: