Updated on 2026-08-14
This commit is contained in:
parent
eacf096c6f
commit
933003fac6
7 changed files with 112 additions and 63 deletions
|
|
@ -204,6 +204,16 @@ internal object YieldSupplyDomainModule {
|
|||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideYieldSupplyEnterStatusFlowUseCase(
|
||||
yieldSupplyRepository: YieldSupplyRepository,
|
||||
): YieldSupplyEnterStatusFlowUseCase {
|
||||
return YieldSupplyEnterStatusFlowUseCase(
|
||||
yieldSupplyRepository = yieldSupplyRepository,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideYieldSupplyGetShouldShowMainPromoUseCase(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue