Is this familiar to anyone ? ```Cause: java.lang.U...
# kotest
a
Is this familiar to anyone ?
Copy code
Cause: java.lang.UnsupportedOperationException
	at java.base/java.util.Collections$1.remove(Collections.java:4714)
	at java.base/java.util.AbstractSet.removeAll(AbstractSet.java:176)
	at org.jetbrains.plugins.gradle.service.project.GradleProjectResolverUtil.doBuildDependencies(GradleProjectResolverUtil.
a
Thats a bug in Intellij 2020.1 edition with kotlin multiplatform projects. You need to downgrade to 2019.x version to work on any multiplatform project. https://youtrack.jetbrains.com/issue/KT-38037?p=IDEA-236769
a
but then how come I run on command line and it fails?
a
Oh sorry i have not seen you previous message
a
that’s ok. do you know how to solve this?
a
no
a
thank you for trying
s
Yeah that's a known bug with 2020 intellij but not sure why you'd get it with gradle as well