AppModule

@Module
object AppModule

Functions

Link copied to clipboard
@Provides
@Singleton
fun provideApplicationContext(context: Context): Context
Link copied to clipboard
Link copied to clipboard
@Provides
fun provideResources(context: Context): Resources
Link copied to clipboard
@Provides
fun provideSmsRepo(context: Context): SmsRepository