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?
João Gabriel Zó
11/30/2022, 12:46 PM
it only happens when running from IntelliJ tho
c
Colin L
11/30/2022, 10:23 PM
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
Aleksei Tirman [JB]
12/01/2022, 7:55 AM
Could you please also try to invalidate IDEA’s caches?