AppModule

@Module
class AppModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
@Singleton
fun internalLogTree(): InternalLogTree
Link copied to clipboard
@Provides
@Singleton
fun logForest(internalLogTree: InternalLogTree, fileLogTree: FileLogTree): List<Timber.Tree>
Link copied to clipboard
@Provides
@Singleton
fun properties(context: Context, remoteConfig: FirebaseRemoteConfig, userRepository: UserRepository): Properties