Skip to content

Commit

Permalink
add co-routines as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Apr 1, 2023
1 parent b3b6b61 commit 804d2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
// use -jvm dependencies here because otherwise kts fails to fetch
api("org.jetbrains.kotlinx:kotlinx-cli-jvm:_")
api("com.jillesvangurp:search-client:_")
api(KotlinX.Coroutines.core)

testImplementation(Testing.junit.jupiter.api)
testImplementation(Testing.junit.jupiter.engine)
Expand Down
3 changes: 3 additions & 0 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ version.kotlin=1.8.20
plugin.org.jetbrains.dokka=1.8.10

version.kotlinx.cli=0.3.5

version.kotlinx.coroutines=1.6.4
## # available=1.7.0-Beta

0 comments on commit 804d2c8

Please sign in to comment.