Created
December 23, 2023 10:19
-
-
Save chiragthummar/ea23396c49b0c7f16aedd6946c09ef4f to your computer and use it in GitHub Desktop.
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 | |
@InstallIn(SingletonComponent::class) | |
abstract class RepositoryModule { | |
@Binds | |
@Singleton | |
abstract fun bindImageRepository( | |
imageRepositoryImpl: ImageRepositoryImpl | |
): ImageRepository | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment