App Module
Dagger Hilt module that provides dependency injection for the application. This module is installed in the SingletonComponent, making the provided dependencies available as singletons throughout the application.
Functions
Link copied to clipboard
Provides the OkHttpClient with an added AuthInterceptor.
Link copied to clipboard
Provides the BlobApiService using Retrofit.
Link copied to clipboard
Provides the application Context.
Link copied to clipboard
@Provides
@Singleton
Provides the SvkRepository implementation.
Link copied to clipboard
Provides the ResourceProvider implementation.
Link copied to clipboard
Provides the RoomContainer implementation.
Link copied to clipboard
Provides the SvkApiService using Retrofit.
Link copied to clipboard
Provides the Validators instance.