I'm building a multiplatform project for js/jvm/io...
# multiplatform
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?
r
I believe #kotlin-native is a better place to ask this.
r
thx