Revert "Move internal modifier to the object to work around build errors"

This reverts commit fd939d5a48.
pull/1959/head
Simon Marquis 2 days ago
parent 7839613a5b
commit 4fb667ffd1

@ -41,7 +41,7 @@ object DataStoreModule {
@Provides
@Singleton
fun providesUserPreferencesDataStore(
internal fun providesUserPreferencesDataStore(
@ApplicationContext context: Context,
@Dispatcher(IO) ioDispatcher: CoroutineDispatcher,
@ApplicationScope scope: CoroutineScope,

@ -43,9 +43,9 @@ abstract class SyncModule {
syncSubscriber: FirebaseSyncSubscriber,
): SyncSubscriber
internal companion object {
companion object {
@Provides
@Singleton
fun provideFirebaseMessaging(): FirebaseMessaging = Firebase.messaging
internal fun provideFirebaseMessaging(): FirebaseMessaging = Firebase.messaging
}
}

Loading…
Cancel
Save