Can you use Locations in a common module so that t...
# ktor
r
Can you use Locations in a common module so that they can also be used by a Ktor client directly, or is it planned? It would be cool to be able to do things like
httpClient.get<SearchResponse>(SearchLocation("myQuery"))
1
g
For the moment, Locations are not multiplatform. It could be really cool if it was.