There’s `Url` -> `URI` but not the other way ro...
# ktor
m
There’s
Url
->
URI
but not the other way round (without builder)?
Copy code
val resolvedUrl = Url(baseUrl.toURI().resolve(url.toURI()))