Skip to content

Commit

Permalink
Revert "Don't have junit dependency for main source"
Browse files Browse the repository at this point in the history
This reverts commit 5028bd5.
  • Loading branch information
findjigar committed Feb 2, 2024
1 parent dca131e commit 313e0d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kermit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ kotlin {
implementation(libs.testhelp)
implementation(project(":kermit-test"))
}

getByName("commonJvmMain").dependencies {
implementation(kotlin("test-junit"))
}
}
}

Expand Down

0 comments on commit 313e0d7

Please sign in to comment.