hi <@U12AGS8JG> - have you seen this with coroutin...
# kotest
p
hi @sam - have you seen this with coroutines 1.4.3 (released this morning):
Copy code
java.lang.NoSuchMethodError: 'java.lang.Object kotlinx.coroutines.DelayKt.delay-p9JZ4hM(double, kotlin.coroutines.Continuation)'
	at io.kotest.assertions.timing.EventuallyKt.eventually(eventually.kt:118)
	at io.kotest.assertions.timing.EventuallyKt$eventually$10.invokeSuspend(eventually.kt)
s
Likely they changed something
I'll check and do a release
p
thanks!
s
Is this jvm
p
yessir
s
Ok
w
@Peter have you synced your IDE after upgrading coroutines? I have just had the same error but after syncing all the tests pass. They’ve also been passing the entire time when running from console which suggests nothing is actually broken, just IDE acting up
p
i’ll do another --refresh-dependencies thanks @wasyl
w
Just for clarity, what helped me was just doing
sync project with gradle files
in IJ, and I never had the issue in command line