Skip to content

Commit

Permalink
Update scope
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Dec 9, 2023
1 parent b27d24f commit 326b63a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ package com.hieuwu.groceriesstore.di

import dagger.Module
import dagger.Provides
import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
import javax.inject.Qualifier

@Module
@InstallIn(SingletonComponent::class)
class DispatcherModule {

@DefaultDispatcher
Expand Down

0 comments on commit 326b63a

Please sign in to comment.