Skip to content

Commit 2b5b7cc

Browse files
committed
no message
1 parent a3654e2 commit 2b5b7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ android {
5757
dependencies {
5858
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
5959

60-
testImplementation junit5()
61-
testImplementation junit5Params()
60+
testImplementation junitJupiter()
61+
testImplementation junitParams()
6262
}
6363

6464
// IJ doesn't recognize Kotlin test classes properly,

0 commit comments

Comments
 (0)