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)
Tried Upgrading Kotlin version from :
val kotestVersion = "5.3.0" to val kotestVersion = "5.5.0"
but no luck
Also tried upgrading KotlinJvm Version but no success : Current ->
kotlin("jvm") version "1.6.21"
Any pointers would be appreciated