Hello, I have a project that uses kotlin master an...
# kotest-contributors
i
Hello, I have a project that uses kotlin master and kotest 4.1.2. I get the following runtime error: https://gist.github.com/irenedea/fb314a887ddf2195934e5f145e141772. Notably, test discovery fails because kotlin.time.TimeMark.elapsedNow() does not exist. Does anyone have any idea why kotlin master would cause this error?
Additionally, you can see that TimeMark.elapsedNow() is declared here on master: https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/src/kotlin/time/TimeSource.kt
l
Could you try using Kotest master as well?
I think we have that removed
s
Yeah in the master snapshot that's been fixed. We'll release 4.1.4 with the fix too.
i
When is 4.1.4 coming out?
Do I need to build from source to use Kotest master?
l
No, you can use a snapshot
i
Thanks! It works with the master snapshot. I'll use that until 4.1.4 is released.
s
4.1.4 will be out in a few days. So will 4.2.0
😍 1