Skip to content

Commit

Permalink
fixed common
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir committed Jun 2, 2024
1 parent d55afb4 commit 7d333f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ repositories {

dependencies {
implementation(project(":api"))
implementation(project(":common:cli"))
implementation(project(":common:platforms"))
implementation(libs.bundles.ktorClient)
implementation(libs.guice)
implementation(libs.mordant)
}

tasks.test {
Expand Down

0 comments on commit 7d333f9

Please sign in to comment.