I have been getting this exception `java.lang.NoSu...
# kotest
g
I have been getting this exception
java.lang.NoSuchMethodError: 'double kotlin.time.Duration$Companion.getZERO-UwyO8pc()'
when running any test with Kotest. I am on gradle 6.5, Kotlin - 1.4-M2, and using latest snapshots of Kotest. Can someone please help
s
Maybe they removed a method in 1.4 that exists in 1.3
g
Can I expect a fix in kotest anytime soon?
or should I downgrade kotlin
s
Might have to not use that method in kotest, which should be easy enough
Can you file an issue on the github issue page, and we'll include a fix for 4.1.0.RC2/final
g