Android-Kotlin-Clean-Architecture
Android-Kotlin-Clean-Architecture copied to clipboard
Instrumentation tests in Feature modules
Expected:
- define Koin application and mock dependencies in test's
@Before
What's happening:
- Feature module's
injectFeature()
is crashing the test because of duplicate dependencies
I'm curious if you've faced this issue and how you've solved it. Thanks!