Is there a reason that the new `HiddenFromObjC` ca...
# multiplatform
m
Is there a reason that the new
HiddenFromObjC
cannot be applied to classes or objects?
m
This should be able to use for classes. Do you have any example when it is not working? Also be aware that its kotlin.native import that can be seen as "red" in Android Studio if gradle is not set to native target (Android target is set for example). But build should be fine.