https://kotlinlang.org logo
a

An Tran

04/27/2022, 10:39 AM
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

René

04/27/2022, 10:46 AM
to be honest I didn’t use MPP for more then a year, but what are you trying to do?
a

An Tran

04/27/2022, 10:53 AM
I want to use
String.format()
function for the web application
e

ephemient

04/27/2022, 12:46 PM
there is no multi platform string format. https://youtrack.jetbrains.com/issue/KT-25506
🙌 1
5 Views