Riffsy RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, Moshi, RxJava 2, Junit and Espresso tests with Kotlin DSL!
Build the APK:
$ gradlew assembleDebug
Install the APK:
$ gradlew installDebug
Run the App:
$ gradlew runDebug
Run Junit Unit Tests:
$ gradlew testDebug
Run Espresso Instrumentation Tests:
$ gradlew connectedDebugAndroidTest
Generate JacocoReport Test Coverage Report:
$ gradlew jacocoDebugReport
Generate Lint Report:
$ gradlew lintDebug
