Anyone encounter this error?
# multiplatform
f
Anyone encounter this error?
s
You likely have Kotlin
object
declaration inheriting Objective-C classes, e.g.
Copy code
object Foo : NSObject() {
}
This is not supported.
👍 1