Remove VisibleForTesting

pull/1959/head
Simon Marquis 10 months ago
parent 1ebc99d32c
commit 06fe6698f3
No known key found for this signature in database

@ -33,10 +33,8 @@ import dagger.hilt.android.qualifiers.ApplicationContext
import dagger.hilt.components.SingletonComponent import dagger.hilt.components.SingletonComponent
import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.CoroutineScope
import org.jetbrains.annotations.VisibleForTesting
import javax.inject.Singleton import javax.inject.Singleton
@VisibleForTesting
@Module @Module
@InstallIn(SingletonComponent::class) @InstallIn(SingletonComponent::class)
object DataStoreModule { object DataStoreModule {

@ -24,9 +24,7 @@ import dagger.Binds
import dagger.Module import dagger.Module
import dagger.hilt.InstallIn import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent import dagger.hilt.components.SingletonComponent
import org.jetbrains.annotations.VisibleForTesting
@VisibleForTesting
@Module @Module
@InstallIn(SingletonComponent::class) @InstallIn(SingletonComponent::class)
abstract class SyncModule { abstract class SyncModule {

@ -28,10 +28,8 @@ import dagger.Module
import dagger.Provides import dagger.Provides
import dagger.hilt.InstallIn import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent import dagger.hilt.components.SingletonComponent
import org.jetbrains.annotations.VisibleForTesting
import javax.inject.Singleton import javax.inject.Singleton
@VisibleForTesting
@Module @Module
@InstallIn(SingletonComponent::class) @InstallIn(SingletonComponent::class)
abstract class SyncModule { abstract class SyncModule {

Loading…
Cancel
Save