Hi, can anybody tell me why my code doesn't compil...
# ktor
m
Hi, can anybody tell me why my code doesn't compile?
t
Escape
$
in String by rreplacing it with
\$
Kotlin will attempt to read text after
$
as a variable, which does not exist in your case
m
@tjohnn, I rather ask about error showed in the frame: Unresolved references.... in the line httpClient.get
t
Oh Okay
m
Do you have any idea?
I found solution. It occurs that eSearch function must be suspend fun
t
Okay glad you found it.