Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
build(desktop): add dependency kotlinx coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 13, 2023
1 parent 42eacb1 commit 547f369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktopDomain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tasks {
}

dependencies {
implementation(libs.kotlinx.coroutines.core)
testImplementation(gradleTestKit())
testImplementation(libs.bundles.kotlin.testing)
}

0 comments on commit 547f369

Please sign in to comment.