I’m receiving this when trying to run my applicati...
# ktor
j
I’m receiving this when trying to run my application
Correct the classpath of your application so that it contains compatible versions of the classes io.ktor.client.utils.CoroutineDispatcherUtilsKt and kotlinx.coroutines.CoroutineDispatcher
which versions would be compatible in this case?
it only happens when running from IntelliJ tho
c
If closing and re-opening IntelliJ solves your issue, you likely just have to click refresh Gradle on the right hand side. That's gotten me a few times when editing the build.gradle(.kts) file.
a
Could you please also try to invalidate IDEA’s caches?