assertj-core-kotlin
assertj-core-kotlin copied to clipboard
a simple AssertJ wrapper for Kotlin
This would introduce non-kotlin-native (java.math.*) types into the project. Is this is a problem?
* Updated to gradle 8.2.1 * Upgraded to kotlin 1.8.22 * updated assertj to 3.24.2 * junit4 to 4.13.2 * coveralls to 2.12.2 Had to update the script a little...
We have to exclude assertj from this dependency and add our own to take the newer version, I bet others also have to do the same. This would at least...