Skip to content

Commit

Permalink
Remove JUnit dependency from commonJvmMain source set (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
findjigar authored Feb 3, 2024
1 parent d919d13 commit aeb65b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kermit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ kotlin {
implementation(libs.testhelp)
implementation(project(":kermit-test"))
}

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

Expand Down

0 comments on commit aeb65b6

Please sign in to comment.