Updated on 2026-08-14
This commit is contained in:
parent
5a134f4d33
commit
19672ddf40
22 changed files with 1021 additions and 173 deletions
|
|
@ -427,4 +427,10 @@ internal object TokensDomainModule {
|
|||
tokensFeatureToggles = tokensFeatureToggles,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetCryptoCurrenciesUseCase(currenciesRepository: CurrenciesRepository): GetCryptoCurrenciesUseCase {
|
||||
return GetCryptoCurrenciesUseCase(currenciesRepository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue