Gradle Plugin: 1.3.2.0
This release brings compatibility with Gradle 5, as well as a few QOL improvements.
Added
Changed
- Updated JUnit 5 dependencies to 5.3.2 (#132)
- Converted all helper classes for unit tests to Kotlin & inverted the dependency between Kotlin and Groovy. Now, the only Groovy thing left in that particular module are some unit tests (#136)
- Moved to a type-safe way to declare libraries & versions in Kotlin DSL, instead of relying on the
extra
API in Gradle (#137)
Fixed
Removed
- The plugin no longer tries to configure modules that use the
com.android.test
plugin. These modules only use instrumentation tests, and do not expose any unit test tasks. If you want JUnit 5 in these modules, use the instrumentation test libraries instead (#134)