Kirill Boyarshinov
Kirill Boyarshinov
In addition to @kirussell advice, consider using plain Component dependencies between app and feature Components to take advantage of incremental compilation, otherwise any change to Subcomponents will cause recompilation of...
Ran into the same problem trying to port [u2020-mvp](https://github.com/LiveTyping/u2020-mvp) tests to Espresso 2 and JUnit4. Since I am not using Mockito this helped me: ``` androidTestCompile ('com.android.support.test.espresso:espresso-core:2.0') { exclude group:...
Makes sense. Also will be good with `IntentBuilder` suggested in #3.
I like the idea of `IntentBuilder` for both Activities and Services. Also Builder pattern solves processing order problem #4. Thank you for suggestion!
This issue is still present in 5.3.2. In my case it fails for iOS targets and there's no JS target configured.
@charleskorn Yes, issue has been fixed. Thank you.
Yep. I'll submit it.