Skip to content

Commit

Permalink
Make coroutines core dep explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 11, 2024
1 parent 63003d4 commit 4ad96e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ commonsText = "org.apache.commons:commons-text:1.12.0"
composeLints = "com.slack.lint.compose:compose-lint-checks:1.4.2"
compose-markdown = { module = "com.mikepenz:multiplatform-markdown-renderer", version.ref = "markdown" }
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "coroutines" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
coroutines-core-ij = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines-ij" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-core", version.ref = "detekt" }
Expand Down
3 changes: 0 additions & 3 deletions tools/tracing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ wire {
}

dependencies {
api(platform(libs.coroutines.bom))
api(platform(libs.okhttp.bom))

implementation(libs.coroutines.core)
implementation(libs.okhttp)
implementation(libs.okio)
Expand Down

0 comments on commit 4ad96e1

Please sign in to comment.