I get this error: ```Inheritance of sealed classes...
# multiplatform
n
I get this error:
Copy code
Inheritance of sealed classes or interfaces from different module is prohibited
But the interfaces are in the same module just in different source folders (
commonMain
and
jvmMain
). It worked with Kotlin 1.6.10 (I'm currently trying to upgrade my project to Kotlin 1.6.21). Is it a new constraint in Kotlin 1.6.21? 😞 Thanks.