- Update Kotlin version to 1.3.50
- Update Coroutines version to 1.3.1
- Mockito library in
test
artifact updated to 2.23.0 - Mockito-kotlin library in
test
artifact updated to 2.2.0 - Renamed the core module to boots module, to avoid possible Kotlin Metadata issues when importing the library
- Simplified logger output to reduce the load on it
- Mocks provided by
test
artifact are now lenient and won't causeUnneccesaryStubbingException