Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
build(access): add coroutines dependency in accessData
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 17, 2023
1 parent c0b698c commit 9d68bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accessData/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ kotlin {

dependencies {
implementation(libs.core.ktx)
implementation(libs.kotlinx.coroutines.core)
implementation(libs.androidx.security.crypto)
implementation(libs.bundles.retrofit)
implementation(libs.bundles.protobuf)
Expand Down

0 comments on commit 9d68bd3

Please sign in to comment.