how likely is the Locations api (type-safe routing...
# ktor
n
how likely is the Locations api (type-safe routing) to be removed ? since the
@KtorExperimentalLocationsAPI
warns about that
d
It's not going to be removed. It's going to be moved to common (between client and server) and rebuilt using
kotlinx.serialization
.
👍 1
n
thats good to know
how is
kotlin.serialization
going to be used in the routing / location stuff though? is there any issues or discussions to read up on ?
d
It's mostly to get rid of reflection. The api is pretty much gonna look the same.
1