binkley / kotlin-dice

A dice expression evaluator in Kotlin
The Unlicense
0 stars 0 forks source link

Update to kotest 5.6 breaks mockk #177

Open binkley opened 1 year ago

binkley commented 1 year ago

Updating kotest to 5.6.x breaks mockk.

[ERROR] /home/binkley/src/kt/kotlin-dice/src/test/kotlin/hm/binkley/dice/testing.kt:[99,9] Unresolved reference: every

See https://github.com/binkley/kotlin-dice/actions/runs/4845757158 for an example (look that the test-compile phase in Maven failed with import errors).

binkley commented 1 year ago

Why does mockk dependency show in ./mvnw dependency:tree, but not in the build or IDE?