Hi! Is anyone else also experiencing problems in t...
# announcements
p
Hi! Is anyone else also experiencing problems in the IntelliJ with sealed classes and the
Copy code
when() { is .. }`
I have a when and i am covering all sub-classes of a sealed class, still the IDE shows me an error. The compiler is fine with the code? I have the newest plugin 1.4.31 and the kotlin version of the project is 1.4.31 as well. Gradle 6.8.1 ... any thoughts?
2
m
Is your sealed class defined in a multiplatform module? Then it's probably this issue: https://youtrack.jetbrains.com/issue/KT-44821
p
True it is exactly that! Thank you!