Hello, there is any way to change the name of the ...
# multiplatform
f
Hello, there is any way to change the name of the headers of the binaries generated for iOS project? if my
sharedModule
class is
Storage
on iOS it's generated and called as
StorageKT
. There is any way to change the name programatically?
a
Hello! Can you clarify a bit - are you talking about the top-level functions, that are transformed as follows(https://github.com/JetBrains/kotlin-native/blob/master/OBJC_INTEROP.md#top-level-functions-and-properties), or about prefixes derived from the framework name?
f
Top level functions
in that example. if its possible to generate
MyLibraryUtilsKt
as
MyLibraryUtils
a
Unfortunately, this option is unavailable for now.