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?