tbh, i've avoided this by just defining file-level...
# kotlin-native
b
tbh, i've avoided this by just defining file-level functions that call into the companion, which become exposed to Swift/Obj-C as FileKt.someClassMethod
d
@basher on a side note, do you know if its possible to rename a file. for example renaming
FileKt
to something else...i.e
File
or
MyFile
?
b
I asked this a month ago or so, and I believe the answer was no
d
Gotcha, thanks