Skip to content

Commit

Permalink
Add background task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnugraha committed Dec 1, 2023
1 parent 094e925 commit dffc18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kotlin/flwr/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ dependencies {
implementation("io.grpc:grpc-stub:$grpcVersion")
implementation("javax.annotation:javax.annotation-api:1.3.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9")
implementation("androidx.work:work-runtime-ktx:2.8.1")

protobuf(files("../../proto"))
dokkaPlugin("org.jetbrains.dokka:android-documentation-plugin:1.8.20")
Expand Down

0 comments on commit dffc18f

Please sign in to comment.