I have updated my intellij to 2020.2.4. My Kotlin ...
# kotlin-native
l
I have updated my intellij to 2020.2.4. My Kotlin plugin is updated too. I am using Kotlin 1.4.20. I'm trying to create a new multiplatform library. But everytime I try to create an "actual" implementation of an "expected" class, I get this this error: - Cannot perform operation. Too complex, sorry. Anyone had this issue also?
m
I also have/had the issue with 1.4.30 and IDEA 2020.2.3, so I suspect it is an plug-in issue. Providing the implementation (manually) works fine for me, it is just the automatic refactorings that don't.
l
Ok. Thanks