Commit Graph

4 Commits

Author SHA1 Message Date
Kevin Gorham 91a64561b7
New: Added test suite support
This required an update in mockito which was indirectly impacted by not having mavenCentral() as a repository as mentioned here https://github.com/mockito/mockito/issues/2007#issuecomment-829388655
2021-04-29 15:57:13 -04:00
Kevin Gorham 697721023c
Fix: Versioning error around annotations.
The project was including a bad version of NotNull and this resulted in errors that were very hard to troubleshoot because the failure happened during annotation processing so Dagger could not even generate the code that the rest of the app relied upon. It was a mess. Fixed by removing the useless NotNulls and being a little more conservative on dependencies.
2021-04-23 16:17:32 -04:00
Kevin Gorham bfde1b3c4c
Fix: Make versioning consistent, particularly for the Kotlin compiler. 2021-04-23 15:00:45 -04:00
Kevin Gorham 05b8d0ddc4
New: migrate to 'refreshVersions' for dependency management.
Squash
2021-04-22 18:54:19 -04:00