Any idea why I'm getting ```Caused by: java.lang.I...
# kotest
s
Any idea why I'm getting
Copy code
Caused by: java.lang.IllegalStateException: Could not locate a primary constructor for java.io.File
	at io.kotest.property.arbitrary.JvmbindKt.forClassUsingConstructor(jvmbind.kt:104)
	at io.kotest.property.arbitrary.TargetDefaultForClassNameKt.targetDefaultForType(targetDefaultForClassName.kt:100)
	at io.kotest.property.arbitrary.JvmbindKt.forType(jvmbind.kt:150)
	at io.kotest.property.arbitrary.JvmbindKt.arbForParameter(jvmbind.kt:136)
with Kotest 5.9.1? Looks like there is an Arb implementation for
File
...
Maybe that's the same issue as https://github.com/kotest/kotest/issues/4901?
Hmm, I guess there's no release with the fix available yet...
Ok, looks like I could use v6.0.0.M5 or v6.0.0.M8...