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?