mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 10:25:57 +03:00
Renamed modules to be package specific (#166)
This commit is contained in:
parent
865a99fd67
commit
4ce7e0842b
8 changed files with 8 additions and 8 deletions
|
@ -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
|
Loading…
Reference in a new issue