Incompatibility with Kotlin-1.7.0-Beta
See original GitHub issueUsing 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.
Issue Analytics
- State:
- Created a year ago
- Reactions:19
- Comments:28 (17 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
@nielsvanvelzen it should be out now 😃