I just tried to upgrade to Kotlin-2.0.0Beta4 and am immediately being hit with this error:
Copy code
must override 'spliterator' because it inherits multiple interface methods for it.
Already reported (must override ‘spliterator’ because it inherits multiple interface methods for it.)
Note the offending class is in a common source set in a module with JS and Jvm targets, so the Spliterator class is not resolvable.
I came here to check if anyone knows a quick workaround, so I can manage to upgrade anyway. Because otherwise I might have to wait for Beta5.
k
kirillrakhman
02/13/2024, 5:05 PM
I think you wanted to link an issue but I can't see it.
m
Matt Groth
02/13/2024, 5:13 PM
Oops! Fixed the link
d
dmitriy.novozhilov
02/13/2024, 5:15 PM
I'll take a look at it tomorrow and will try to find a workaround
🙌 1
m
Matt Groth
02/13/2024, 5:16 PM
Thank you Dmitriy
👌 1
Matt Groth
02/13/2024, 5:43 PM
I do not usually use slack, I will follow up on YouTrack.