Hey guys, what do you think might be the reason fo...
# intellij
m
Hey guys, what do you think might be the reason for intellij not indexing some external library added through gradle (kotlin dsl) (ktor in this case)
compile(group = "io.ktor", name = "ktor", version = "1.0.0")
and what can I do to quickly fix it (invalidate and restart did not help 😞 ) ?
nvm, I it solved (I've added
ktor-client-cio
dep)