The robolectric-gradle-plugin is a plugin for Gradle that allows Android Gradle builds to run Robolectric style tests.
I am using Robolectric library and the latest version of it v4.3.1 requires Java 9 to run. I am trying to …
java android android-studio robolectric robolectric-gradle-pluginSo I recently merged my robolectric 3.0 upgrade with our mainline, which had added multidex support to our application. Unfortunately, this …
android gradle robolectric android-multidex robolectric-gradle-plugin