Skip to content

Commit

Permalink
feat(build): add kotlinx-coroutines-core dependency
Browse files Browse the repository at this point in the history
Add kotlinx-coroutines-core dependency to build.gradle.kts.
  • Loading branch information
phodal committed Jul 8, 2024
1 parent ed76695 commit 836332b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {

dependencies {
compileOnly(kotlin("stdlib-jdk8"))
// implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
}

Expand Down Expand Up @@ -158,6 +158,8 @@ project(":toolsets:git") {

dependencies {
implementation(project(":core"))

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}
}

Expand Down

0 comments on commit 836332b

Please sign in to comment.