Updated on 2026-08-14
This commit is contained in:
commit
cae7844408
49 changed files with 537 additions and 273 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