Hi guys, how can I use `String.format` function in...
# multiplatform
a
Hi guys, how can I use
String.format
function in web application? I saw that String in webapplication comes from kotlin-stdlib-js package, and it doesn’t have format function?
r
to be honest I didn’t use MPP for more then a year, but what are you trying to do?
a
I want to use
String.format()
function for the web application
e
there is no multi platform string format. https://youtrack.jetbrains.com/issue/KT-25506
🙌 1