I have added ktor to my build.gradle, but I get th...
# ktor
t
I have added ktor to my build.gradle, but I get the following error:
Copy code
Warning:<i><b>root project 'convoy': Unable to build Kotlin project configuration</b>
Details: java.lang.reflect.InvocationTargetException: null
Caused by: org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':compileClasspath'.
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlinx:kotlinx-coroutines-core:0.16.
Required by:
    project : > org.jetbrains.ktor:ktor-core:0.3.3</i>