Skip to content

Commit

Permalink
add atomicfu
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 15, 2024
1 parent f6524f0 commit 067290d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions shared/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ kotlin {
implementation(libs.apollo.normalized.cache.sqlite)
implementation(libs.apollo.normalized.cache)

implementation(libs.atomicfu)
implementation(libs.androidx.datastore.preferences.core)
api(libs.androidx.datastore.preferences)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import dev.gitlive.firebase.auth.FirebaseUser
import dev.gitlive.firebase.auth.auth
import fr.androidmakers.domain.model.User
import fr.androidmakers.domain.repo.UserRepository
import kotlinx.atomicfu.AtomicRef
import kotlinx.atomicfu.atomic
import kotlinx.atomicfu.locks.reentrantLock
import kotlinx.atomicfu.locks.withLock
import kotlinx.coroutines.DelicateCoroutinesApi
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.flow.MutableStateFlow
Expand Down

0 comments on commit 067290d

Please sign in to comment.