Skip to content

Commit

Permalink
build: explicitly specify kotlin-atomicfu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jun 7, 2022
1 parent 751cc3e commit a3d9aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Expand Up @@ -23,6 +23,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }

# org.jetbrains.kotlin - Kotlin
kotlin-atomicfu = { module = "org.jetbrains.kotlin:atomicfu", version.ref = "kotlin" }
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
kotlin-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
kotlin-test-junit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "kotlin" }
Expand Down
1 change: 1 addition & 0 deletions modules/api-client/build.gradle.kts
Expand Up @@ -94,6 +94,7 @@ kotlin {

dependencies {
api(projects.apiTypes)
api(libs.kotlin.atomicfu)
api(libs.kotlinx.coroutines.core)
}
}
Expand Down

0 comments on commit a3d9aeb

Please sign in to comment.