I am having trouble using string with format in Ko...
# kotlin-native
m
I am having trouble using string with format in Kotlin/Native for iOS. The interop objective c function with nsstring allows for only one paramater, the formatter string itself and does not allow extra parameters. Is there an alternative native/iOS way?
I have a temporary solution using snprintf for now but would still like to know any alternative ways