Join Slack
Communities
Powered by
Hello guys, why string format doesn't work in kmp ...
# multiplatform
u
Ume Channel
03/21/2024, 3:41 PM
Hello guys, why string format doesn't work in kmp Compose val string = "%s %s".format("Hello", "World") val string = String.format("%S %S", "Hello", "World")
j
Jiri Bruchanov
03/21/2024, 5:02 PM
https://youtrack.jetbrains.com/issue/KT-25506/Stdlib-String.format-in-common
Jiri Bruchanov
03/21/2024, 5:03 PM
there is no string formatting in pure KMP yet...
377
Views
Open in Slack
Previous
Next