CoreCommonModule

@Module
class CoreCommonModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
@Singleton
fun provideLocale(): Locale?
Link copied to clipboard
@Provides
@Singleton
fun provideLogger(@Named(value = "enableLogging") enableLogging: Boolean): Logger