Last active
February 9, 2021 12:07
-
-
Save prokash-sarkar/25be74d83dc0f43691177745a60378c4 to your computer and use it in GitHub Desktop.
This Gist is a part of the Article: https://prokash-sarkar.medium.com/unit-testing-with-dagger-2-brewing-a-potion-with-fakes-mocks-and-custom-rules-in-android-7f0ab7b22cb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Module() | |
interface ActivityBuildersModule { | |
@ActivityScope | |
@ContributesAndroidInjector(modules = [LoginModule::class, LoginFragmentsBuilderModule::class]) | |
fun contributeMainActivity(): MainActivity | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment