Hello guys, why string format doesn't work in kmp ...
# multiplatform
u
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")
there is no string formatting in pure KMP yet...