Open BraisGabin opened 5 years ago
Yeah the repo is not really set up to deal with this in a friendly way. It is set up to run tests against multiple Kotlin versions. The base module now uses Kotlin 1.3.x, the test module uses a configured Kotlin version, see https://github.com/nhaarman/mockito-kotlin/tree/2.x/tests
Running tests locally requires a ./gradlew assemble
first:
./gradlew assemble && ./gradlew test
This should pass on your machine.
That have sense. Maybe a line in the readme about how to build this would be great to make the contributions easier.
I just cloned the repo and runed
./gradlew test
and the project failed with lots of errorsI fixed it changing the file
tests/build.gradle
:I don't know why the project is picked in that way. If there is not a good reason for do it that way I have the commit that does the change: 10faa1f2491fab6c9a1439d225fd382402603955 so I can create the PR if you want.