MarkusAmshove / Kluent

Fluent Assertion-Library for Kotlin
https://markusamshove.github.io/Kluent/
MIT License
867 stars 64 forks source link

any() doesn't work in 1.65 #195

Closed simtop closed 3 years ago

simtop commented 3 years ago

Hello, I just wanted to let you know that the import of any() doesn't work for the 1.65 but it works for 1.64.

MarkusAmshove commented 3 years ago

Mocking has been moved out of the source because of several compatibility issues that keep appearing.

The implementation is still "saved" within the test code, but the plan is to either use a different library for mocking or use a separated module.