https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

spierce7

07/14/2019, 7:02 PM
Is there a multiplatform Float or Double to String writer? I need a way to chop off the
x.0
at the end when there is no decimal data.
g

gildor

07/15/2019, 12:23 AM
Unfortunately there is no multiplatform format function, so you have to use platform ones. Or write functions just for your use case in multiplatform