Norbi
06/02/2022, 7:37 PMInheritance 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.