I'm building a multiplatform project for js/jvm/io...
# kotlin-native
r
I'm building a multiplatform project for js/jvm/ios that expects a sealed class. It seems to build fine for JS and JVM but for iOS i'm getting "exception: java.lang.AssertionError: expect class WriteLog: Super class should be any: actual class Operation". Are sealed classes or class hierarchies going to be supported for native compilation? Or is this a bug that should be reported?
g
Sealed classes must be supported of course, so make sense to report an issue
o
Please report an issue with backtrace and minimal example to reproduce
r
o
Thanks Robert
s
r
I don't think so. The error mentioned is different and it's not native specific.