https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

mkrussel

10/24/2023, 6:26 PM
Are there things like
@ObjCName
and
@HiddenFromObjC
for native platforms that are not Obective-C based such as linux?
j

jw

10/24/2023, 6:27 PM
There's
@CName
for controlling the symbol name in the binary
m

mkrussel

10/24/2023, 6:28 PM
That helps. If we cannot hide it we can at least call it something that indicates it should not be used.