Skip to content

Commit

Permalink
explicitly add coroutines dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Aug 17, 2023
1 parent ab0a461 commit 56c1010
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws-runtime/aws-config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ kotlin {

// atomics
implementation("org.jetbrains.kotlinx:atomicfu:$atomicFuVersion")

// coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
}
}
commonTest {
Expand Down

0 comments on commit 56c1010

Please sign in to comment.