In 2.0, I'm getting a `Only '@HiddenFromObjC' decl...
# ios
c
In 2.0, I'm getting a
Only '@HiddenFromObjC' declaration can be a subtype of '@HiddenFromObjC' declaration.
error on an
object
declaration in
iosMain
that implements an interface in
commonMain
. None of them are annotated with
@HiddenFromObjC
. Is that normal?