Hello guys, what does it mean? “‘get(String, Http...
# getting-started
g
Hello guys, what does it mean? “‘get(String, HttpRequestBuilder.() -> Unit = ...): T’ is deprecated. Experimental coroutines support will be dropped in 1.4” . I’m using ktor framework + coroutines and ktor methods are highlighted as deprecated
r
Sounds like your probably using an old ktor version, so it’s using the experimental coroutines from 1.2 instead of the stable ones from 1.3
👍 1
g
you’re right