Do you install Locations?
# ktor
t
Do you install Locations?
z
Yes
a
Are you maybe missing or having a wrong import?
Seems like IJ can't find the right get function
Also verify that Locations is on the class path
z
My get import is io.ktor.routing.get And I have annoted Location like this @Location(“/”) class Index
n
👍 2
Kind of the reason i tend to not use locations - those methods get messy unless you use "import as" for one of them
👍 1
z
yeah! thanx got it