mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 16:45:43 -05:00
Renamed modules to be package specific (#166)
This commit is contained in:
@@ -15,7 +15,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object DiskModule {
|
||||
object AuthDiskModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -20,7 +20,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object NetworkModule {
|
||||
object AuthNetworkModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -14,7 +14,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object SdkModule {
|
||||
object AuthSdkModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -19,7 +19,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object RepositoryModule {
|
||||
object AuthRepositoryModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -15,7 +15,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object DiskModule {
|
||||
object PlatformDiskModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -24,7 +24,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object NetworkModule {
|
||||
object PlatformNetworkModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -20,7 +20,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object RepositoryModule {
|
||||
object PlatformRepositoryModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
@@ -14,7 +14,7 @@ import javax.inject.Singleton
|
||||
*/
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object NetworkModule {
|
||||
object VaultNetworkModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
Reference in New Issue
Block a user