Updated on 2026-08-14
This commit is contained in:
parent
2fb5b86505
commit
01cd52cabd
87 changed files with 540 additions and 564 deletions
|
|
@ -5,10 +5,10 @@ import com.tangem.domain.analytics.repository.AnalyticsRepository
|
|||
import dagger.Module
|
||||
import dagger.Provides
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.android.components.ViewModelComponent
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
|
||||
@Module
|
||||
@InstallIn(ViewModelComponent::class)
|
||||
@InstallIn(SingletonComponent::class)
|
||||
internal object AnalyticsDomainModule {
|
||||
|
||||
@Provides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue