Hello, is there a preferred way to do url encoding...
# multiplatform
g
Hello, is there a preferred way to do url encoding on KMP? kTor seems to be the only option I've found so far
s
There isn’t anything in the standard library. If you don’t want to use ktor you can use an expect/actual and class or function and then wrap the platforms methods of url encoding.
g
👍 thanks Sam!