AppModule

@Module
object AppModule

Functions

Link copied to clipboard
@Singleton
@Provides
fun getCalender(): Calendar
Link copied to clipboard
@Singleton
@Provides
fun provideApplicationScope(): CoroutineScope
Link copied to clipboard
@Provides
@Singleton
fun provideConnectivityObserver(context: Context): ConnectivityObserver
Link copied to clipboard
@Singleton
@Provides
fun provideSharedPreference(context: Context): SharedPreferences