If I follow what is described there, then I am una...
# ktor
a
If I follow what is described there, then I am unable to find any instances of
MockEngine
e
Yep. But
testCompile "io.ktor:ktor-client-mock:$ktor_version"
is common now
You should use
ktor-client-mock-jvm
for jvm.
👍 1
a
That works, thanks
e
Np 🙂. We'll update the documentation soon.
d
It's
testImplementation
no? Gradle is deprecating
testCompile
, and there's still tons of docs with testCompile out there... you can't just copy paste anymore 🤕
e
We'll update docs after migration to the new version of gradle. We're on 4.7 for now.