question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incompatibility with Kotlin-1.7.0-Beta

See original GitHub issue

Using the latest version of Kotest (5.3.0) and the Kotlin 1.7.0-Beta, I am encountering the following error:

java.lang.IncompatibleClassChangeError: Found interface kotlin.time.TimeMark, but class was expected
	at io.kotest.engine.spec.interceptor.SpecFinishedInterceptor.intercept-0E7RQCE(SpecFinishedInterceptor.kt:37)
	at io.kotest.engine.spec.interceptor.SpecFinishedInterceptor$intercept$1.invokeSuspend(SpecFinishedInterceptor.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)

The full stacktrace is attached.

stacktrace.txt

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:19
  • Comments:28 (17 by maintainers)

github_iconTop GitHub Comments

9reactions
sksamuelcommented, Jun 8, 2022

1.7 just got released a few hours ago but we’ll wait for the official blog post. Then we can upgrade kotest and make sure it compiles and then release 5.4

On Wed, 8 Jun 2022 at 16:09, Ismar Slomic @.***> wrote:

I’m also facing this issue with kotest v5.3.0 and kotlin v1.7.0 (which is available as we speak)

— Reply to this email directly, view it on GitHub https://github.com/kotest/kotest/issues/2960#issuecomment-1150417937, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGXF23TOG3YSW5WYV7TVOEDZHANCNFSM5VIQUI3A . You are receiving this because you were mentioned.Message ID: @.***>

5reactions
Kantiscommented, Jun 15, 2022

@nielsvanvelzen it should be out now 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kotlin releases
Compatibility guide for Kotlin 1.7.20. Learn more about Kotlin 1.7.20. 1.7.10. Released: July 7, 2022. Release on GitHub. A bug fix release for...
Read more >
What's New in Kotlin 1.7 | Subtitles in Spanish ... - YouTube
Subtitles in Spanish, Chinese, French, Korean, Portuguese, Japanese Kotlin 1.7.0 has been released. It unveils the Alpha version of the new ...
Read more >
Compose to Kotlin Compatibility Map - Android Developers
To add a dependency on the Compose Compiler, you must add the Google Maven repository to your project. Read Google's Maven repository for...
Read more >
Kotlin 1.7.0 Released - The JetBrains Blog
Kotlin 1.7.0 unveils the Alpha version of the new Kotlin/JVM K2 compiler, stabilizes language features, and brings performance improvements ...
Read more >
"Module was compiled with an incompatible version of Kotlin ...
For someone who is still looking for answer to this, here is the working solution for this problem. In your project level open...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found