Hello. I'm trying to use the routing library but i...
# ktor
k
Hello. I'm trying to use the routing library but it fails to download. Any ideas?
Copy code
Could not find io.ktor:ktor-server-routing:3.1.2.
Searched in the following locations:
  - <https://repo.maven.apache.org/maven2/io/ktor/ktor-server-routing/3.1.2/ktor-server-routing-3.1.2.pom>
h
Do you really mean routing? Routing is the core „plugin“/feature of a web server so it bundled. Or do you mean type safe routing? This requires the
ktor-server-resources
module.
👍 2