What's Kotest's minimum supported Kotlin version? ...
# kotest-contributors
a
What's Kotest's minimum supported Kotlin version? I'm trying to tidy up the retry tests and I wanted to use the coroutines test time source, but it's a bit awkward because Kotest uses TimeMarkCompat https://github.com/kotest/kotest/blob/9c19600257c11be33bb9ccfa925308acd302eeb5/kotest-common/src/commonMain/kotlin/io/kotest/common/timing.kt#L46
o
I guess with the current state of affairs (wasmJs target) it's 1.9.24.
I'm trying to rein in Windows. After
.bat
I'm now having fun with teletype-age line breaks. I guess next thing will be "path too long"... 🙃
😂 1
s
Time Mark compat can be removed
👌 1
It was added for kotlin 1.6
We're well past that now