kotlin-android-starter icon indicating copy to clipboard operation
kotlin-android-starter copied to clipboard

[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.

Results 8 kotlin-android-starter issues
Sort by recently updated
recently updated
newest added

Hi,,, how to resolve "Object has been collected Cannot evaluate com.google.gson.Gson.toString()" my JsonResult Structure same with pokemon API.. thanks btw great project

Hi, I have used your yeoman template as described in docs, but it seems that build is broken, as I can't execute `./gradlew` script - it fails with: ``` $...

``` io.mvpstarter.sample.DetailActivityTest > checkErrorViewDisplays[Nexus_5_API_18(AVD) - 4.3.1] FAILED org.mockito.exceptions.base.MockitoException: Cannot mock/spy class io.mvpstarter.sample.data.DataManager io.mvpstarter.sample.DetailActivityTest > checkPokemonDisplays[Nexus_5_API_18(AVD) - 4.3.1] FAILED org.mockito.exceptions.base.MockitoException: Cannot mock/spy class io.mvpstarter.sample.data.DataManager io.mvpstarter.sample.MainActivityTest > checkErrorViewDisplays[Nexus_5_API_18(AVD) - 4.3.1] FAILED org.mockito.exceptions.base.MockitoException:...

i dded another project as module and tried to add this starter in gradle using this line : > implementation project(path: ':library') and when i'm trying to sync i'm getting...

I only found [this](https://stackoverflow.com/questions/42793505/dagger-2-generated-test-component-not-recognized) solution in SO but it still doesn't work.

Mock web server tests that loads responses from json files RESTMock configuration