Skip to content

Commit

Permalink
make change in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 7, 2023
1 parent d457ccd commit 3d46493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kotlin {
val jvmTest by getting {
dependsOn(commonTest)
dependencies {
implementation( kotlin("test-junit5"))
implementation(kotlin("test-junit5"))
}
}
}
Expand Down

0 comments on commit 3d46493

Please sign in to comment.